@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
span,
pre,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  background-repeat: no-repeat;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Microsoft YaHei, '微软雅黑', -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

body {
  font-family: Microsoft YaHei, '微软雅黑', -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #333333;
  height: auto;
  clear: both;
}

img {
  border: 0px;
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none !important;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
}

.more {
  display: block;
  width: 1.5rem;
  height: 0.46rem;
  background-image: url(../img/more-ico1.png);
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 0.14rem;
  line-height: 0.46rem;
  padding-left: 0.4rem;
}

.more1 {
  display: block;
  width: 1.5rem;
  height: 0.46rem;
  background-image: url(../img/more-ico2.png);
  background-size: 100% 100%;
  color: #0068B7;
  font-size: 0.14rem;
  line-height: 0.46rem;
  padding-left: 0.4rem;
}

.p120 {
  padding: 1.2rem 0;
}

.i-tit {
  text-align: center;
}

.i-tit h3 {
  font-size: 0.42rem;
  font-weight: bold;
  color: #4A4E52;
}

.i-tit p {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: rgba(74, 78, 82, 0.78)
}

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

body {
  left: 0px;
  position: relative;
  line-height: 1;
}

html {
  width: 100%;
  overflow-x: hidden;
  font-size: 100px;
}

.line1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}


/*鼠标选中文字的样式*/
body::-moz-selection {
  background: red;
  color: #fff;
}

body::selection {
  background: red;
  color: #fff;
}

/*网站默认滚动跳的样式*/
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
  background: #0068B7;
}

body::-webkit-scrollbar-thumb:window-inactive {
  background: #0068B7;
}

body::-webkit-scrollbar-thumb:vertical:hover {
  background: #0068B7;
}


/*示例字体*/
@font-face {
  font-family: "DIN-Bold";
  /*src: url("../fonts/DIN-Bold.otf");*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINCond-Bold";
  /*src: url("../fonts/DINCond-Bold.otf");*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN-BlackItalic";
  /*src: url("../fonts/DIN-BlackItalic.otf");*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GOTHAMBOLD";
  /*src: url("../fonts/GOTHAMBOLD.TTF");*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GOTHIC";
  /*src: url("../fonts/GOTHIC.TTF");*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.ttf");
  font-weight: normal;
  font-style: normal;
}

/* pc头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all .3s;
}

header .w1600 {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .w1600 .logo {
  display: block;
  width: 1.56rem;
}

header .w1600 .logo .h-img1 {
  display: block;
}

header .w1600 .logo .h-img2 {
  display: none;
}

header .w1600 .h-right {
  display: flex;
  align-items: center;
}

header .w1600 .h-right .nav {
  display: flex;
}

header .w1600 .h-right .nav li {
  height: 1rem;
  margin-right: 0.75rem;
  position: relative;
}

header .w1600 .h-right .nav li:last-of-type {
  margin-right: 0.56rem;
}

header .w1600 .h-right .nav li a {
  height: 1rem;
  line-height: 1rem;
  display: block;
  color: #ffffff;
  font-size: 0.16rem;
  transition: all .3s;
}

header .w1600 .h-right .nav li.active a {
  color: #0068B7;
}

header .w1600 .h-right .nav li.active1 a {
  color: #0068B7;
}

header .w1600 .h-right .nav li .xl {
  background-color: #ffffff;
  width: 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  display: none;
}

header .w1600 .h-right .nav li .xl a {
  font-size: 0.14rem;
  text-align: center;
  display: block;
  color: #333333 !important;
  height: 0.4rem;
  line-height: 0.4rem;
  transition: all .3s;
}

header .w1600 .h-right .nav li .xl a:hover {
  background-color: #0068B7;
  color: #ffffff !important;
}

header .w1600 .h-right .nav li .xla {
  position: fixed;
  top: 1rem;
  width: calc(60% - 1rem);
  z-index: 200;
  right: 0;
  padding: 0.2rem 0.5rem;
  background-color: #f5f5f5;
  transition: all 0.3s;
  display: none
}

header .w1600 .h-right .nav li .xla .tab {
  float: left;
  width: 30%;
}

header .w1600 .h-right .nav li .xla .tab a {
  display: block;
  font-size: 0.16rem;
  color: #0f0f0f !important;
  height: 0.5rem;
  line-height: 0.5rem;
  border-bottom: 1px solid #d0d0d0;
  text-indent: 2em;
  text-align: left;
  transition: all 0.3s;
}

header .w1600 .h-right .nav li .xla .list {
  float: right;
  width: 60%;
  text-align: left;
}

header .w1600 .h-right .nav li .xla .list .item {
  display: none;
}

header .w1600 .h-right .nav li .xla .list .item.active {
  display: block;
}

header .w1600 .h-right .nav li .xla .list .item .img {
  overflow: hidden
}

header .w1600 .h-right .nav li .xla .list .item .img img {
  width: 100%;
}

header .w1600 .h-right .nav li .xla .list .item .ms {
  font-size: 0.16rem;
  color: #0f0f0f;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-top: 0.25rem;
}

header .w1600 .h-right .nav li .xla .list .item .more1 {
  width: 1.5rem;
  height: 0.46rem;
  line-height: 0.46rem;
  margin-top: 0.2rem;
  color: #0068B7;
  font-size: 0.14rem;
  display: none;
}

header .w1600 .h-right .nav li .xla .tab a:hover {
  background-color: #0068B7;
  color: #ffffff !important;
}

header .w1600 .h-right .tel {
  height: 1rem;
  display: flex;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 0.2rem;
  align-items: center;
  margin-right: 0.44rem;
}

header .w1600 .h-right .tel i {
  display: block;
  width: 0.18rem;
  height: 0.24rem;
  background-image: url(../img/tel-ico1.png);
  background-size: 100% 100%;
  margin-right: 0.11rem;
  transition: all .3s;
}

header .w1600 .h-right .lang {
  height: 1rem;
  display: flex;
  align-items: center;
  margin-right: 0.42rem;
  position: relative;
}

header .w1600 .h-right .lang i {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../img/lang-ico1.png);
  background-size: 100% 100%;
  transition: all .3s;
}

header .w1600 .h-right .lang .xl {
  background-color: #ffffff;
  width: 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  display: none;
}

header .w1600 .h-right .lang .xl a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  text-align: center;
  display: block;
  color: #333333 !important;
  height: 0.4rem;
  line-height: 0.4rem;
  transition: all .3s;
}

header .w1600 .h-right .lang .xl a:hover {
    color: #0068B7;
}

header .w1600 .h-right .search {
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  background-image: url(../img/search-ico1.png);
  background-size: 100% 100%;
}

header .collect {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #0168B7;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0.29rem;
}

header .collect i {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-image: url(../img/collect-ico1.png);
  background-size: 100% 100%;
  margin: 0 auto;
  transition: all .3s
}

header .collect p {
  color: #ffffff;
  font-size: 0.12rem;
  margin-top: 0.13rem;
}

header .collect.active i {
  background-image: url(../img/collect-ico1a.png);
}

header:hover {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgb(164 164 166 / 40%);
}

header:hover .w1600 .logo .h-img1 {
  display: none;
}

header:hover .w1600 .logo .h-img2 {
  display: block;
}

header:hover .w1600 .h-right .nav li a,
header.active .w1600 .h-right .tel {
  color: #333333;
}

header:hover .w1600 .h-right .nav li.active a {
  color: #0068B7;
}

header:hover .w1600 .h-right .tel {
  color: #333333;
}

header:hover .w1600 .h-right .tel i {
  background-image: url(../img/tel-ico1a.png);
}

header:hover .w1600 .h-right .lang i {
  background-image: url(../img/lang-ico1a.png);
}

header:hover .w1600 .h-right .search {
  background-image: url(../img/search-ico1a.png);
}

header.active {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgb(164 164 166 / 40%);
}

header.active .w1600 .logo .h-img1 {
  display: none;
}

header.active .w1600 .logo .h-img2 {
  display: block;
}

header.active .w1600 .h-right .nav li a,
header.active .w1600 .h-right .tel {
  color: #333333;
}

header.active .w1600 .h-right .nav li.active a {
  color: #0068B7;
}

header.active .w1600 .h-right .tel i {
  background-image: url(../img/tel-ico1a.png);
}

header.active .w1600 .h-right .lang i {
  background-image: url(../img/lang-ico1a.png);
}

header.active .w1600 .h-right .search {
  background-image: url(../img/search-ico1a.png);
}

header.active1 {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgb(164 164 166 / 40%);
}

header.active1 .w1600 .logo .h-img1 {
  display: none;
}

header.active1 .w1600 .logo .h-img2 {
  display: block;
}

header.active1 .w1600 .h-right .nav li a,
header.active .w1600 .h-right .tel {
  color: #333333;
}

header.active1 .w1600 .h-right .nav li.active a {
  color: #0068B7;
}

header.active1 .w1600 .h-right .tel i {
  background-image: url(../img/tel-ico1a.png);
}

header.active1 .w1600 .h-right .lang i {
  background-image: url(../img/lang-ico1a.png);
}

header.active1 .w1600 .h-right .search {
  background-image: url(../img/search-ico1a.png);
}

header .w1600 .h-right .nav li .p-xl {
  display: none;
  position: fixed;
  left: 0;
  top: 1rem;
  z-index: 99;
  width: 100%;
  background-color: rgba(233, 233, 233, 0.9);
  padding: 0.36rem 0 0.52rem;
}

header .w1600 .h-right .nav li .p-xl .tab {
  float: left;
  padding-left: 5.34rem;
  position: relative;
}

header .w1600 .h-right .nav li .p-xl .tab::after {
  content: '';
  display: block;
  width: 1px;
  height: 3.05rem;
  background-color: #707070;
  position: absolute;
  right: -0.5rem;
  top: 0;
}

header .w1600 .h-right .nav li .p-xl .tab a {
  display: block;
  height: auto;
  line-height: 1;
  transition: all .3s;
  color: #666666 !important;
  margin-bottom: 0.3rem;
}

header .w1600 .h-right .nav li .p-xl .tab a:hover,
header .w1600 .h-right .nav li .p-xl .tab a.active {
  color: #0068B7 !important;
}

header .w1600 .h-right .nav li .p-xl .p-right {
  float: left;
  width: 9.68rem;
  margin-left: 1rem;
  position: relative;
}

header .w1600 .h-right .nav li .p-xl .p-right .item {
  display: none;
}

header .w1600 .h-right .nav li .p-xl .p-right .item.active {
  display: flex;
  flex-wrap: wrap;
}

header .w1600 .h-right .nav li .p-xl .p-right .item a {
  display: block;
  width: calc(100% / 6 - 0.15rem);
  height: auto;
  margin-right: 0.18rem;
  margin-bottom: 0.25rem;
}

header .w1600 .h-right .nav li .p-xl .p-right .item a:nth-of-type(6n) {
  margin-right: 0;
}

header .w1600 .h-right .nav li .p-xl .p-right .item a .img {
  width: 100%;
  overflow: hidden;
}

header .w1600 .h-right .nav li .p-xl .p-right .item a .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

header .w1600 .h-right .nav li .p-xl .p-right .item a p {
  text-align: center;
  color: #333333;
  font-size: 12px;
  margin-top: 8px;
  line-height: 12px;
}

.i-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.i-banner .swiper-slide {
  position: relative;
}

.i-banner .swiper-slide .video1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 26;

}

.i-banner .swiper-slide .video1 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.57rem;
  height: 0.57rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.i-banner .swiper-slide .video1 .btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.17rem;
  height: 1.17rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  animation: boderM 3s infinite;
  z-index: 9;
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.i-banner .swiper-slide .video1 .btn i {
  width: 0.15rem;
  height: 0.19rem;
  background-image: url(../img/play-btn.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 5;
  margin-left: 0.1rem
}

.i-banner .swiper-slide .img {
  width: 100%;
}

.i-banner .swiper-slide .img video {
  display: block;
  width: 100%;
  height: 100%
}

.i-banner .swiper-slide .img img {
  width: 100%;
}

.i-banner .swiper-slide .img img.pc {
  display: block;
}

.i-banner .swiper-slide .img img.mm {
  display: none;
}

.i-banner .swiper-slide .wz {
  position: absolute;
  left: 1.6rem;
  bottom: 2.78rem;
  z-index: 10;
  color: #ffffff
}

.i-banner .swiper-slide .wz h3 {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.23rem;
}

.i-banner .swiper-slide .wz h4 {
  font-size: 0.3rem;
  margin-bottom: 0.62rem;
}

.i-banner .swiper-pagination {
  bottom: 0.32rem;
  width: 100%;
}

.i-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.14rem;
  border-radius: 0.07rem;
  background-color: rgba(233, 233, 233, 0.5);
  margin: 0 0.08rem;
  opacity: 1;
}

.i-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0068B7;
}

.i-part1 {
  position: relative;
}

.i-part1 .map {
  position: relative;
  width: 14.17rem;
  margin: 0.9rem auto 0;
}

.i-part1 .map .bg {
  display: block;
  width: 100%;
}

.i-part1 .map .bgm {
  display: none;
  width: 100%;
}

.i-part1 .map .dian {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.i-part1 .map .dian .item {
  position: absolute;
}

.i-part1 .map .dian .item i {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #0068B7;
  border-radius: 50%;
}

.i-part1 .map .dian .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  border: 1px solid rgba(4, 133, 199, 0.41);
  animation: boderM 3s infinite;
  z-index: 9;
}

.i-part1 .map .dian .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(4, 133, 199, 0.2);
  animation: boderM 3s 0.75s infinite;
  z-index: 9;
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.i-part1 .map .dian .item:nth-of-type(1) {
  left: 3.47rem;
  top: 2.5rem;
}

.i-part1 .map .dian .item:nth-of-type(2) {
  left: 6.73rem;
  top: 2.66rem;
}

.i-part1 .map .dian .item:nth-of-type(3) {
  left: 7.26rem;
  top: 1.75rem;
}

.i-part1 .map .dian .item:nth-of-type(4) {
  left: 7.72rem;
  top: 2.47rem;
}

.i-part1 .map .dian .item:nth-of-type(5) {
  left: 9.59rem;
  top: 3.93rem;
}

.i-part1 .map .dian .item:nth-of-type(6) {
  left: 10.36rem;
  top: 3.85rem;
}

.i-part1 .map .dian .item:nth-of-type(7) {
  left: 11.61rem;
  top: 2.87rem;
}

.i-part1 .map .dian .item:nth-of-type(8) {
  left: 12.39rem;
  top: 2.67rem;
}

.i-part1 .map .dian .item:nth-of-type(9) {
  left: 6.73rem;
  top: 3.1rem;
}

.i-part1 .map .dian .item:nth-of-type(9) i {
  width: 0.85rem;
  height: 0.85rem;
}

.i-part1 .map .dian .item:nth-of-type(9)::before {
  width: 1.2rem;
  height: 1.2rem;
  animation: boderM 3s 1.75s infinite;
}

.i-part1 .map .dian .item:nth-of-type(9)::after {
  width: 1.6rem;
  height: 1.6rem;
  animation: boderM 3s 0.75s infinite;
}

.i-part1 .map .dian .item:nth-of-type(10) {
  left: 9.73rem;
  top: 2.1rem;
}

.i-part1 .map .dian .item:nth-of-type(11) {
  left: 10.73rem;
  top: 1.1rem;
}

.i-part1 .map .dian .item:nth-of-type(12) {
  left: 10.73rem;
  top: 3.9rem;
}

.i-part1 .map .dian .item:nth-of-type(13) {
  left: 11.63rem;
  top: 5.5rem;
}

.i-part1 .map .dian .item img {
  display: block;
  width: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.i-part1 ul {
  display: flex;
  justify-content: space-between;
  width: 14.17rem;
  margin: 0 auto;
}

.i-part1 ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.11);
}

.i-part1 ul li .top {
  color: transparent;
  background: url(../img/word-bg.png);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.i-part1 ul li .top span {
  /*font-size: ;*/
  margin-left: 0.1rem;
  font-weight: bold;
}

.i-part1 ul li .num {
  line-height: 1;
  background-size: auto 100%;
  font-weight: bold;
}

.i-part1 ul li p {
  margin-top: 0.16rem;
  color: #0168B7;
  font-size: 0.18rem;
}

.i-part1 ul li:last-of-type {
  border: none;
}

.i-part2 {
  position: relative;
}

.i-part2 .bg1 {
  position: absolute;
  left: 0;
  top: -2.8rem;
  z-index: -1;
}

.i-part2 .bg1 img {
  display: block;
  width: 9.08rem;
}

.i-part2 .bg2 {
  position: absolute;
  right: 0;
  bottom: -2.8rem;
  z-index: -1;
}

.i-part2 .bg2 img {
  display: block;
  width: 9.08rem;
}

.i-part2 .i-part2-lb {
  margin-top: 0.9rem;
  position: relative;
  padding: 0 1.6rem;
}

.i-part2 .i-part2-lb .prev {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #F2F7FB;
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .3s;
}

.i-part2 .i-part2-lb .prev::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-image: url(../img/prev-ico1.png);
  background-size: 100% 100%;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i-part2 .i-part2-lb .next {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #F2F7FB;
  border-radius: 50%;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.i-part2 .i-part2-lb .next::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-image: url(../img/next-ico1.png);
  background-size: 100% 100%;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i-part2 .i-part2-lb .prev:hover,
.i-part2 .i-part2-lb .next:hover {
  background-color: #0068B7;
}

.i-part2 .i-part2-lb .prev:hover::before {
  background-image: url(../img/prev-ico1a.png);
}

.i-part2 .i-part2-lb .next:hover::before {
  background-image: url(../img/next-ico1a.png);
}

.i-part2 .i-part2-lb .lb {
  background-color: #F9F9F9;
  padding: 0.6rem 0;
  display: flex;
}

.i-part2 .i-part2-lb .lb .left {
  position: relative;
  padding: 0 1.1rem;
  width: calc(100% - 7.57rem);
}

.i-part2 .i-part2-lb .lb .left::before {
  content: '';
  display: block;
  width: 9.08rem;
  height: 5.93rem;
  background-image: url(../img/i-part2-lb-bg.png);
  position: absolute;
  left: 0;
  bottom: -0.6rem;
}

.i-part2 .i-part2-lb .lb .left .swiper-slide .ico {
  width: 0.54rem;
  margin-bottom: 0.17rem;
}

.i-part2 .i-part2-lb .lb .left .swiper-slide .ico img {
  display: block;
  width: 100%;
}

.i-part2 .i-part2-lb .lb .left .swiper-slide .tit {
  color: #0068B7;
  margin-bottom: 0.35rem;
}

.i-part2 .i-part2-lb .lb .left .swiper-slide .tit h3 {
  font-size: 0.36rem;
  margin-bottom: 0.17rem;
}

.i-part2 .i-part2-lb .lb .left .swiper-slide .tit p {
  font-family: "Roboto";
  font-size: 0.2rem;
}

.i-part2 .i-part2-lb .lb .left .swiper-slide .ms {
  font-size: 0.18rem;
  line-height: 1.7;
  margin-bottom: 0.42rem;
}

.i-part2 .i-part2-lb .lb .left .swiper-slide .ms h4 {
  font-size: 0.18rem;
  font-weight: bold;
}

.i-part2 .i-part2-lb .lb .right {
  width: 7.27rem;
  position: relative;
}

.i-part2 .i-part2-lb .lb .right .swiper-slide img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.i-part2 .i-part2-lb .lb .right .swiper-slide:hover img {
  transform: scale(1.03);
}

.i-part3 .map {
  position: relative;
}

.i-part3 .map .bg {
  display: block;
  width: 100%;
}

.i-part3 .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.i-part3 .list .item {
  position: absolute;
}

.i-part3 .list .item .ico {
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.i-part3 .list .item .ico i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0168B7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.i-part3 .list .item .ico img {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  position: relative;
  z-index: 4;
}

.i-part3 .list .item .hid {
  width: 4.52rem;
  height: 5.69rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: scale(0) translateY(-50%);
  background-color: #ffffff;
  padding-top: 0.64rem;
  box-shadow: rgba(164, 164, 166, 0.4) 0px 0px 7px 0px;
  border-radius: 0.4rem;
  transition: all .3s;
  z-index: 10;
}

.i-part3 .list .item .hid::before {
  content: '';
  display: block;
  width: 0.34rem;
  height: 0.39rem;
  background-image: url(../img/sj.png);
  background-size: 100% 100%;
  position: absolute;
  left: -0.34rem;
  top: 50%;
  transform: translateY(-50%);
}

.i-part3 .list .item .hid .tit {
  text-align: center;
  margin-bottom: 0.4rem;
}

.i-part3 .list .item .hid .tit h3 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.i-part3 .list .item .hid .tit p {
  font-size: 0.12rem;
  font-family: "Roboto";
}

.i-part3 .list .item .hid .pic {
  width: 2.14rem;
  height: 2.11rem;
  background-image: url(../img/i-part3-list-bg2.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.48rem;
}

.i-part3 .list .item .hid .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.i-part3 .list .item .hid .more1 {
  margin: 0 auto;
}

.i-part3 .list .item.active .hid {
  transform: scale(1) translateY(-50%);
}

.i-part3 .list .item .ico::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  animation: boderM 3s infinite;
  z-index: 2;
}

.i-part3 .list .item .ico::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.37);
  animation: boderM 3s 0.5s infinite;
  z-index: 2;
}

.i-part3 .list .item:nth-of-type(1) {
  left: 1.36rem;
  top: 3.76rem;
}

.i-part3 .list .item:nth-of-type(2) {
  left: 6.5rem;
  top: 2.35rem;
}

.i-part3 .list .item:nth-of-type(3) {
  left: 9.36rem;
  top: 3.47rem;
}

.i-part3 .list .item:nth-of-type(4) {
  left: 12.38rem;
  top: 6.26rem;
}

.i-part3 .list .item:nth-of-type(4) .hid {
  left: auto;
  right: 1rem;
}

.i-part3 .list .item:nth-of-type(4) .hid::before {
  left: auto;
  right: -0.34rem;
  transform: rotate(180deg) translateY(50%);
}

.i-part3 .list .item:nth-of-type(5) {
  left: 13.9rem;
  top: 2.99rem;
}

.i-part3 .list .item:nth-of-type(5) .hid {
  left: auto;
  right: 1rem;
}

.i-part3 .list .item:nth-of-type(5) .hid::before {
  left: auto;
  right: -0.34rem;
  transform: rotate(180deg) translateY(50%);
}

.i-part3 .list .item:nth-of-type(6) {
  left: 16.4rem;
  top: 1.97rem;
}

.i-part3 .list .item:nth-of-type(6) .hid {
  left: auto;
  right: 1rem;
}

.i-part3 .list .item:nth-of-type(6) .hid::before {
  left: auto;
  right: -0.34rem;
  transform: rotate(180deg) translateY(50%);
}

.i-part4 .map {
  position: relative;
}

.i-part4 .map .bg {
  display: block;
  width: 100%;
}

.i-part4 .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.i-part4 .list .item {
  position: absolute;
}

.i-part4 .list .item .ico {
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.i-part4 .list .item .ico i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.i-part4 .list .item .ico img {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  position: relative;
  z-index: 4;
}

.i-part4 .list .item .hid {
  width: 3.18rem;
  height: 1.69rem;
  position: absolute;
  left: 0.7rem;
  top: -0.75rem;
  transform: scale(0);
  background-color: #ffffff;
  padding: 0.27rem 0;
  box-shadow: rgba(164, 164, 166, 0.4) 0px 0px 7px 0px;
  border-radius: 0.4rem;
  transition: all .3s;
  z-index: 10;
}

.i-part4 .list .item .hid::before {
  content: '';
  display: block;
  width: 0.45rem;
  height: 0.41rem;
  background-image: url(../img/sj1.png);
  background-size: 100% 100%;
  position: absolute;
  left: -0.15rem;
  bottom: -0.06rem;
}

.i-part4 .list .item .hid .tit {
  text-align: center;
  margin-bottom: 0.15rem;
}

.i-part4 .list .item .hid .tit h3 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.i-part4 .list .item .hid .tit p {
  font-size: 0.12rem;
  font-family: "Roboto";
}

.i-part4 .list .item .hid .more1 {
  margin: 0 auto;
}

.i-part4 .list .item:nth-of-type(1) {
  left: 5rem;
  top: 3.24rem;
}

.i-part4 .list .item:nth-of-type(2) {
  left: 12.86rem;
  top: 3.94rem;
}

.i-part4 .list .item:nth-of-type(3) {
  left: 13.5rem;
  top: 6.13rem;
}

.i-part4 .list .item.active .hid {
  transform: scale(1) translateY(-50%);
}

.i-part4 .list .item .ico::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  animation: boderM 3s infinite;
  z-index: 2;
}

.i-part4 .list .item .ico::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.37);
  animation: boderM 3s 0.5s infinite;
  z-index: 2;
}

.i-part5 {
  position: relative;
  padding-bottom: 1rem;
}

.i-part5 .bg {
  position: absolute;
  left: 0;
  top: -6rem;
  z-index: -1;
}

.i-part5 .bg img {
  display: block;
  width: 9.08rem;
}

.i-part5 .w1600 {
  margin: 1rem auto 0;
  display: flex;
}

.i-part5 .w1600 .left {
  width: 9.05rem;
  overflow: hidden;
}

.i-part5 .w1600 .left img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.i-part5 .w1600 .right {
  width: calc(100% - 9.05rem);
  background-color: #F9F9F9;
  position: relative;
  padding: 0.45rem 1.12rem 0 1.33rem;
}

.i-part5 .w1600 .right::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/i-part5-list-bg.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.i-part5 .w1600 .right .tit {
  margin-bottom: 0.35rem;
  color: #4A4E52;
  position: relative;
  z-index: 3;
}

.i-part5 .w1600 .right .tit h3 {
  font-size: 0.28rem;
  line-height: 1.78;
  font-weight: bold;
  margin-bottom: 0.14rem;
}

.i-part5 .w1600 .right .tit p {
  font-size: 0.18rem;
  font-weight: bold;
}

.i-part5 .w1600 .right ul {
  position: relative;
  z-index: 3;
  margin-bottom: 0.5rem;
}

.i-part5 .w1600 .right ul li {
  display: flex;
  align-items: center;
  color: #4A4E52;
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
}

.i-part5 .w1600 .right ul li i {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url(../img/word-bg.png);
  background-size: 100% 100%;
  margin-right: 0.2rem;
}

.i-part5 .w1600 .right ul li p {
  width: calc(100% - 0.32rem);
}

.i-part5 .w1600 .right .more1 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
  padding-left: 0.3rem;
}

.i-part5 .w1600 .right .more1 i {
  display: block;
  width: 0.17rem;
  height: 0.18rem;
  background-image: url(../img/kf-ico.png);
  background-size: 100% 100%;
  margin-right: 0.07rem;
}

.i-part5 .w1600 .left:hover img {
  transform: scale(1.03);
}

.i-part6 {
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}

.i-part6 .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  z-index: -1;
}

.i-part6 .bg img {
  display: block;
  width: 11.31rem;
}

.i-part6 .i-tit {
  margin-bottom: -0.1rem;
  position: relative;
  z-index: 22;
}

.i-part6 .lb {
  width: 100%;
  position: relative;
  overflow: hidden;
  --v-offset: 2rem;
  --curve-height: 2.4rem;
}

.i-part6 .lb:before,
.i-part6 .lb:after {
  content: "";
  display: block;
  background: white;
  width: calc(100vw+2 * var(--v-offset));
  height: var(--curve-height);
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  left: calc(-1 * var(--v-offset));
  right: calc(-1 * var(--v-offset))
}

.i-part6 .lb:before {
  top: calc(-0.8 * var(--curve-height))
}

.i-part6 .lb:after {
  bottom: calc(0 * var(--curve-height))
}

.i-part6 .swiper-container {
  position: relative;
}

.i-part6 .swiper-container:nth-of-type(2) {
  position: relative;
  z-index: 6;
}

.i-part6 .swiper-slide {
  display: block;
}

.i-part6 .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.35rem;
}

.i-part6 .swiper-slide .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.i-part6 .swiper-slide .word {
  display: none;
  position: relative;
  z-index: 6;
}

.i-part6 .swiper-slide .word .time {
  font-size: 0.18rem;
  margin-bottom: 0.14rem;
  font-family: "Roboto";
}

.i-part6 .swiper-slide .word .tit {
  color: #0068B7;
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
  line-height: 1.2;
}

.i-part6 .swiper-slide .word .ms {
  color: #4A4E52;
  font-size: 0.18rem;
  line-height: 1.4;
}

.i-part6 .swiper-slide-active .word {
  display: block;
}

.i-part6 .swiper-slide:hover .img img {
  transform: scale(1.03);
}

.i-part6 a.prev {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #F2F7FB;
  transition: all .3s;
  position: absolute;
  left: 6.77rem;
  bottom: 0.6rem;
  z-index: 6;
}

.i-part6 a.prev::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  background-image: url(../img/prev-ico1.png);
}

.i-part6 a.next {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #F2F7FB;
  transition: all .3s;
  position: absolute;
  right: 6.77rem;
  bottom: 0.6rem;
  z-index: 6;
}

.i-part6 a.next::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  background-image: url(../img/next-ico1.png);
}

.i-part6 a.prev:hover,
.i-part6 a.next:hover {
  background-color: #0068B7;
}

.i-part6 a.prev:hover::before {
  background-image: url(../img/prev-ico1a.png);
}

.i-part6 a.next:hover::before {
  background-image: url(../img/next-ico1a.png);
}

.i-part7 {
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}

.i-part7 .bg {
  display: block;
  width: 100%;
  display: none;
}

.i-part7::before {
  content: '';
  width: 100%;
  height: 7.04rem;
  background-image: url(../img/i-part7-bgc.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.i-part7 .i-tit {
  width: 100%;
  position: absolute;
  top: 1.08rem;
  z-index: 3;
  left: 0;
  z-index: 10
}

.i-part7 .boxs {
  display: flex;
  justify-content: space-between;
  transform: perspective(200px) rotateX(15deg);
  width: 100%;
  height: 8rem;
  position: relative;
  top: -3.3rem;
  z-index: 3;
  margin-top: 2.3rem;
}

.i-part7 .boxs .box {
  width: 6%;
  overflow: hidden;
}

.i-part7 .boxs .box .swiper-container {
  height: 41.6vw;
}

.i-part7 .boxs .box .swiper-wrapper {
  transition-timing-function: linear;
}

.i-part7 .boxs .box .swiper-slide {
  height: 5.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.09);
}

.i-part7 .boxs .box .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

footer {
  position: relative;
  z-index: 10;
  background-color: #E4E4E4;
  padding-top: 3.18rem;
}

footer .f-message {
  width: 17.2rem;
  background: linear-gradient(to right, #0D52A3, #94D0FF);
  padding: 0.6rem;
  position: absolute;
  top: -1.7rem;
  left: 1rem;
}

footer .f-message .tit {
  color: #FFFFFF;
  margin-bottom: 0.74rem;
}

footer .f-message .tit p {
  font-size: 0.26rem;
  margin-bottom: 0.22rem;
  font-weight: lighter;
}

footer .f-message .tit h4 {
  font-size: 0.36rem;
  font-weight: bold;
}

footer .f-message form {
  display: flex;
  justify-content: space-between;
}

footer .f-message form input {
  height: 0.6rem;
  padding: 0 0.3rem;
  width: 4.3rem;
}

footer .f-message form button {
  cursor: pointer;
  width: 2.54rem;
  height: 0.6rem;
  background-image: url(../img/btn-ico.jpg);
  background-size: 100% 100%;
  border: none;
  outline: none;
  font-size: 0.16rem;
  color: #ffffff;
}

footer .f-main .f-logo {
  margin-bottom: 0.54rem;
}

footer .f-main .f-contact {
  display: flex;
  padding-bottom: 0.63rem;
  justify-content: space-between;
  align-items: flex-end;
}

footer .f-main .f-contact .left {
  color: #000000;
  font-size: 0.14rem;
}

footer .f-main .f-contact .left p {
  margin-bottom: 0.2rem;
}

footer .f-main .f-contact .left .fx {
  display: flex;
  align-items: center;
}

footer .f-main .f-contact .left ul {
  display: flex;
}

footer .f-main .f-contact .left ul li {
  cursor: pointer;
  margin-right: 0.2rem;
  position: relative;
}

footer .f-main .f-contact .left ul li img {
  display: block;
  width: 0.3rem;
}

footer .f-main .f-contact .left ul li .pic {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0.3rem;
  width: 0.8rem;
  display: none;
}

footer .f-main .f-contact .left ul li .pic img {
  display: block;
  width: 100%;
}

footer .f-main .f-contact .left ul li:hover .pic {
  display: block;
}

footer .f-main .f-contact .right ul {
  display: flex;
}

footer .f-main .f-contact .right ul li {
  text-align: center;
  margin-left: 0.36rem;
}

footer .f-main .f-contact .right ul li img {
  display: block;
  width: 0.8rem;
}

footer .f-main .f-contact .right ul li p {
  color: #333333;
  font-size: 0.12rem;
  margin-top: 5px;
}

footer .f-bottom {
  padding: 0.18rem 1.6rem 0.36rem 1.6rem;
  border-top: 1px solid rgba(51, 51, 51, 0.35);
  display: flex;
  justify-content: space-between;
}

footer .f-bottom p {
  color: #333333;
  font-size: 12px;
}

footer .f-bottom p a {
  color: #333333;
}

/* 右侧导航 */
.fix-right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
}

.fix-right a {
  display: block;
  position: relative;
  margin-bottom: 0.15rem;
}

.fix-right a .hid {
  width: auto;
  min-width: 1.7rem;
  display: none;
  font-size: 0.16rem;
  color: #4A4E52;
  padding: 0.13rem 0.22rem;
  background-color: #ffffff;
  border-radius: 0.11rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  box-shadow: 3px 3px 15px rgba(0, 104, 183, 0.15);
}

.fix-right a .hid::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.18rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0.2rem;
  border-color: #ffffff transparent transparent transparent;
}

.fix-right a:hover .hid {
  display: block;
}

.fix-right a:last-of-type {
  margin-bottom: 0;
}

.fix-right a .ico {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #EFEFEF;
  border-radius: 0.5rem;
  text-align: center;
  padding-top: 0.18rem;
  transition: all .3s;
  background-size: 100% 100%;
}

.fix-right a .ico i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100% 100%;
  margin: 0 auto;
  transition: all .3s;
}

.fix-right a .ico p {
  color: #010304;
  font-size: 0.12rem;
  margin-top: 0.12rem;
  transition: all .3s;
}

.fix-right a:nth-of-type(1) .ico i {
  background-image: url(../img/fix-right-ico1.png);
}

.fix-right a:nth-of-type(2) .ico i {
  background-image: url(../img/fix-right-ico2.png);
}

.fix-right a:nth-of-type(3) .ico i {
  background-image: url(../img/fix-right-ico3.png);
}

.fix-right a:nth-of-type(4) .ico i {
  background-image: url(../img/fix-right-ico4.png);
}

.fix-right a:hover .ico {
  background-image: url(../img/fix-right-bg.png);
}

.fix-right a:hover .ico p {
  color: #ffffff;
}

.fix-right a:nth-of-type(1):hover .ico i {
  background-image: url(../img/fix-right-ico1a.png);
}

.fix-right a:nth-of-type(2):hover .ico i {
  background-image: url(../img/fix-right-ico2a.png);
}

.fix-right a:nth-of-type(3):hover .ico i {
  background-image: url(../img/fix-right-ico3a.png);
}

.fix-right a:nth-of-type(4):hover .ico i {
  background-image: url(../img/fix-right-ico4a.png);
}

/* 视频弹窗 */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.c-modal.on {
  opacity: 1;
  visibility: visible;
}

.c-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.c-modal-backdrop.on {
  opacity: .5;
}

.c-modal-dialog {
  width: auto;
  max-width: 94%;
  max-height: 94%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  outline: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  overflow: hidden;
}

.c-modal-dialog.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-modal-dialog .content {
  display: none;
}

.c-modal-dialog .video {
  width: 768px;
  height: 432px;
}

.c-modal-dialog .video iframe {
  width: 100%;
  height: 100%;
}

.c-modal-dialog .video video,
.c-modal-dialog .video .video-js {
  width: 100%;
  height: 100%;
}

.c-modal-dialog .form {
  background: #fff;
  width: 500px;
  max-width: 100%;
  padding: 32px 6%;
}

.c-modal-dialog .imgshow {
  background-color: #fff;
}

.c-modal-dialog .imgshow .img {
  max-width: 100%;
}

.c-modal-dialog .imgshow .move {
  max-height: 94vh;
  overflow-y: scroll;
}

.c-modal-dialog .imgshow .move::-webkit-scrollbar {
  width: 17px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.8);
}

.c-modal-dialog .img {
  display: block;
  margin: 0 auto;
}

.c-modal-dialog .img>img {
  max-width: 94vw;
  max-height: 94vh;
}

.c-modal-off {
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  -o-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.c-modal-off::after,
.c-modal-off::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 9px;
}

.c-modal-off::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal-off::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal-off:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vjs-button>.vjs-icon-placeholder:before {
  display: contents;
}

.js-m-3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.search-bg1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #f5f5f5;
  display: none;
  z-index: 998;
}

.header2 {
  height: 55px;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
}

.header2 .main-wrap {
  height: 55px;
  padding: 0 4%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header2 .main-wrap .log-c {
  position: absolute;
  right: calc(4% + 44px);
}

.header2 .main-wrap .log-c .login-a {
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
}

.header2 .main-wrap .log-c .login-a .img {
  width: 24px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
}

.header2 .main-wrap .log-c .login-a .img img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.header2 .main-wrap .log-c .login-a .xl {
  width: 120px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  padding: 20px 14px;
  display: none;
}

.header2 .main-wrap .log-c .login-a .xl a {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 14px;
  margin-bottom: 27px;
}

.header2 .main-wrap .log-c .login-a .xl a img {
  margin-right: 8px;
}

.header2 .main-wrap .log-c .login-a .xl a:last-of-type {
  margin-bottom: 0;
}

.header2 .logo {
  overflow: hidden;
}

.header2 .logo a {
  display: block;
}

.header2 .logo img {
  display: block;
  height: 24px;
}

.header2 .nav-btn {
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

.header2 .nav-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #333333;
  position: absolute;
}

.header2 .nav-btn .line1 {
  -webkit-transform-origin: left 0px 0;
  -ms-transform-origin: left 0px 0;
  transform-origin: left 0px 0;
}

.header2 .nav-btn .line2 {
  top: 8px;
  width: 75%;
}

.header2 .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left 2px 0;
  -ms-transform-origin: left 2px 0;
  transform-origin: left 2px 0;
  width: 90%;
}

.header2 .sub-menu {
  width: 100%;
  padding: 0 2%;
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2;
  overflow-y: auto;
  box-sizing: border-box;
}

.header2 .sub-menu ul {
  width: 100%;
}

.header2 .sub-menu li {
  border-bottom: 1px solid #E8E8E8;
  font-size: 16px;
  width: 96%;
  margin: 0 auto;
}

.header2 .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 0 3%;
  line-height: 60px;
  color: #333;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
}

.header2 .sub-menu .tit a {
  display: block;
  width: 80%;
}

.header2 .sub-menu .tit i {
  display: block;
  width: 11px;
  height: 19px;
  background-image: url(../img/mf_icon1.png);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 3%;
  transition: all .3s linear;
}

.header2 .sub-menu .tit.on i {
  transform: rotate(90deg);
}

.header2 .sub-menu .sec-list {
  line-height: 40px;
  padding: 10px 4%;
  display: none;
}

.header2 .sub-menu .sec-list p {
  background: url(../img/ico_04.png) no-repeat left center;
  background-size: 3px auto;
  font-size: 14px;
}

.header2 .sub-menu .sec-list a {
  padding-left: 3%;
  color: #666;
  display: block;
}

.header2 .nav-btn.hover .line {
  background: #262626;
}

.header2 .nav-btn.hover .line3 {
  width: 100%;
}

.header2 .sub-menu li:nth-of-type(1) .tit i {
  display: none;
}

/* 内页banner */
.ny-banner {
  position: relative;
}

.ny-banner .img img {
  width: 100%;
}

.ny-banner .img img.pc {
  display: block;
}

.ny-banner .img img.mm {
  display: none;
}

.ny-banner .wz {
  color: #ffffff;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.ny-banner .wz h3 {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.26rem;
}

.ny-banner .wz p {
  font-size: 0.3rem;
  font-family: "Roboto";
}

/* 面包屑导航 */
.breadcrumb {
  color: #333333;
  font-size: 0.16rem;
  padding-top: 0.6rem;
}

.breadcrumb a {
  color: #333333;
  transition: all .3s;
}

.solution-part1 {
  padding: 0.5rem 0
}

.solution-part1 .breadcrumb {
  margin-bottom: 0.46rem;
}

.solution-part1 .i-tit {
  margin-bottom: 1.26rem;
}

.solution-part1 .list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
}

.solution-part1 .list .item {
  display: block;
  width: calc(25% - 0.225rem);
  margin-right: 0.3rem;
  overflow: hidden;
  box-shadow: 3px 3px 15px rgba(0, 104, 183, 0.15);
  margin-bottom: 0.35rem;
}

.solution-part1 .list .item:nth-of-type(4n) {
  margin-right: 0;
}

.solution-part1 .list .item .img {
  width: 100%;
  overflow: hidden;
}

.solution-part1 .list .item .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.solution-part1 .list .item .wz {
  position: relative;
  padding: 0.2rem 0.5rem 0.4rem 0.25rem;
  color: #333333;
  transition: all .3s;
}

.solution-part1 .list .item .wz h3 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
}

.solution-part1 .list .item .wz p {
  font-size: 0.14rem;
  line-height: 1.7;
}

.solution-part1 .list .item .wz .anniu {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background-color: #0068B7;
  position: absolute;
  right: 0.16rem;
  bottom: 0.6rem;
  transition: all .3s;
}

.solution-part1 .list .item .wz .anniu::before {
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.09rem;
  background-image: url(../img/more-right.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.solution-part1 .list .item:hover .img img {
  transform: scale(1.03);
}

.solution-part1 .list .item:hover .wz {
  background-color: #0068B7;
  color: #ffffff;
}

.solution-part1 .list .item:hover .anniu {
  background-color: #333333;
}

.solution-details-part1 {
  padding: 0.5rem 0 1.86rem;
  position: relative;
}

.solution-details-part1 .i-tit {
  position: relative;
  z-index: 3;
}

.solution-details-part1 ul {
  display: flex;
  position: relative;
  z-index: 3;
  margin-top: 1.87rem;
}

.solution-details-part1 ul li {
  width: 25%;
  position: relative;
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  background-size: cover;
  height: 6.24rem;
}

.solution-details-part1 ul li:last-of-type {
  border: none;
}

.solution-details-part1 ul li .top {
  width: 100%;
  text-align: center;
  transition: all .3s;
  color: #333333;
  transform: translateY(2.6rem);
}

.solution-details-part1 ul li .top .ico {
  position: relative;
  width: 0.5rem;
  margin: 0 auto 0.2rem;
}

.solution-details-part1 ul li .top .ico img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.solution-details-part1 ul li .top .ico img.h-img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.solution-details-part1 ul li .top h3 {
  font-size: 0.24rem;
  font-weight: bold;
}

.solution-details-part1 ul li .hid {
  padding: 0 0.6rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 2;
  position: absolute;
  top: 2.72rem;
  left: 0;
  z-index: 3;
  transition: all .3s;
  opacity: 0;
}

.solution-details-part1 ul li .bgm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .3s;
  opacity: 0;
}

.solution-details-part1 ul li .bgm::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 31, 55, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.solution-details-part1 ul li .bgm img {
  display: block;
  width: 100%;
  height: 100%;
}

.solution-details-part1 ul li:hover .top {
  color: #ffffff;
}

.solution-details-part1 ul li:hover .top .ico img.h-img1 {
  opacity: 0;
}

.solution-details-part1 ul li:hover .top .ico img.h-img2 {
  opacity: 1;
}

.solution-details-part1 ul li:hover .top {
  transform: translateY(1.38rem);
}

.solution-details-part1 ul li:hover .hid {
  opacity: 1;
}

.solution-details-part1 ul li:hover .bgm {
  opacity: 1;
}

.solution-details-part1 .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1.6rem;
  z-index: -1;
}

.solution-details-part1 .bg img {
  display: block;
  width: 100%;
  z-index: -1;
}

.solution-show-part1 {
  padding: 0.6rem 0;
}

.solution-show-part1 .tit {
  text-align: center;
  color: #0068B7;
  font-weight: bold;
  font-size: 0.42rem;
  margin-bottom: 0.86rem;
}

.solution-show-part1 .o-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.solution-show-part1 .o-fx .time {
  color: #4A4E52;
  font-size: 0.18rem;
}

.solution-show-part1 .o-fx .time span {
  font-family: "Roboto";
}

.solution-show-part1 .o-fx .fx {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}

.solution-show-part1 .o-fx .fx ul {
  display: flex;
}

.solution-show-part1 .o-fx .fx .social-share .icon-qq {
  color: #999999;
  border-color: #999999;
}

.solution-show-part1 .o-fx .fx .social-share .icon-qq:hover {
  color: #0068B7;
  border-color: #0068B7;
  background-color: transparent;
}

.solution-show-part1 .o-fx .fx .social-share .icon-wechat {
  color: #999999;
  border-color: #999999;
}

.solution-show-part1 .o-fx .fx .social-share .icon-wechat:hover {
  color: #0068B7;
  border-color: #0068B7;
  background-color: transparent;
}

.solution-show-part1 .details {
  padding: 1rem 1.3rem;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: #4A4E52;
  font-size: 0.18rem;
  line-height: 2;
}

.show-tj {
  padding-bottom: 1rem;
}

.show-tj .i-tit {
  color: #0068B7;
  margin-bottom: 0.77rem;
}

.show-tj .list {
  display: flex;
  flex-wrap: wrap;
}

.show-tj .list .item {
  display: block;
  width: calc(25% - 0.42rem);
  margin-right: 0.42rem;
  overflow: hidden;
  box-shadow: 3px 3px 15px rgba(0, 104, 183, 0.15);
}

.show-tj .list .item:nth-of-type(4n) {
  margin-right: 0;
}

.show-tj .list .item .img {
  width: 100%;
  overflow: hidden;
}

.show-tj .list .item .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.show-tj .list .item .wz {
  position: relative;
  padding: 0.18rem;
  color: #333333;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-tj .list .item .wz h3 {
  font-size: 0.22rem;
  font-weight: bold;
  max-width: calc(100% - 0.6rem);
}

.show-tj .list .item .wz .anniu {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background-color: #0068B7;
  position: relative;
  transition: all .3s;
}

.show-tj .list .item .wz .anniu::before {
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.09rem;
  background-image: url(../img/more-right.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.show-tj .list .item:hover .img img {
  transform: scale(1.03);
}

.fengniao-part1 {
  margin-bottom: 0.6rem;
}

.fengniao-part1 .item {
  padding: 1.06rem 0;
}

.fengniao-part1 .item .ms {
  margin: 1rem auto 0.38rem;
  color: #4A4E52;
  font-size: 0.18rem;
  line-height: 1.7;
  text-align: center;
}

.fengniao-part1 .item .pic {
  text-align: center;
  position: relative;
  margin-bottom: 1.4rem;
  width: 17.26rem;
  margin: 0 auto 1.4rem;
  padding-top: 1.15rem;
}

.fengniao-part1 .item .pic::before {
  content: '';
  display: block;
  width: 17.26rem;
  height: 6.61rem;
  background-image: url(../img/fengniao-part1-bg1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fengniao-part1 .item .pic img {
  display: block;
  width: 9.96rem;
  margin: 0 auto;
}

.fengniao-part1 .list {
  display: flex;
  margin-top: 1.17rem;
}

.fengniao-part1 .list .item1 {
  width: 23.75%;
}

.fengniao-part1 .list .item1 .img {
  width: 100%;
  height: 5.72rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
}

.fengniao-part1 .list .item1 .img img {
  width: 100%;
  display: block;
  height: 4rem;
  border-radius: 0.2rem;
  transition: all .3s;
}

.fengniao-part1 .list .item1 .wz {
  text-align: center;
  margin-top: 0.5rem;
  color: #000000;
}

.fengniao-part1 .list .item1 .wz h3 {
  font-size: 0.38rem;
  font-family: "Roboto";
  margin-bottom: 0.22rem;
}

.fengniao-part1 .list .item1 .wz p {
  font-size: 0.28rem;
}

.fengniao-part1 .list .item1.active {
  width: 28.75%;
}

.fengniao-part1 .list .item1.active .img img {
  height: 100%;
}

.fengniao-part1 .list .item1.active .wz {
  color: #0068B7;
}

.fengniao-part1 .list1 .item1 {
  width: 18.75%;
}

.fengniao-part1 .list1 .item1 .img {
  height: 5.28rem;
}

.fengniao-part1 .list1 .item1 .img img {
  height: 4rem;
}

.fengniao-part1 .list1 .item1.active {
  width: 25%
}

.fengniao-part2 {
  background-image: url(../img/fengniao-part2-bg.png);
  background-size: cover;
  padding-bottom: 1.56rem;
}

.fengniao-part2 .ms {
  margin: 1rem auto 0.72rem;
  color: #4A4E52;
  font-size: 0.18rem;
  line-height: 1.7;
  text-align: center;
}

.fengniao-part2 .swiper-slide {
  transition: all .3s;
  display: flex;
  align-items: center;
  width: 26.2vw;
}

.fengniao-part2 .swiper-slide img {
  display: block;
  width: 100%;
}

.fengniao-part2 .swiper-slide-active {
  z-index: 10;
}

.o-foot {
  background-color: #F9F9F9;
  display: flex;
  justify-content: center;
  padding: 1.06rem 0 3.04rem 0;
}

.o-foot .item {
  display: block;
  margin: 0 1.5rem;
  color: #333333;
  text-align: center;
}

.o-foot .item .ico {
  width: 0.6rem;
  margin: 0 auto 0.28rem;
}

.o-foot .item .ico img {
  display: block;
  width: 100%;
}

.o-foot .item h3 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
}

.o-foot .item p {
  font-size: 0.16rem;
}

.o-foot1 {
  display: flex;
  margin-bottom: 2rem;
}

.o-foot1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 0.34rem);
  margin-right: 0.5rem;
  height: 2.77rem;
  background-size: 100% 100%;
}

.o-foot1 .item:last-of-type {
  margin-right: 0;
}

.o-foot1 .item .nn {
  color: #ffffff;
  text-align: center;
}

.o-foot1 .item .nn h3 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}

.o-foot1 .item .nn .btn {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #ffffff;
}

.news-part1 {
  padding-bottom: 2rem;
  position: relative;
}

.news-part1 .left {
  float: left;
  width: calc(100% - 6.68rem);
  padding: 0.9rem 0.83rem 1.6rem 1.6rem;
}

.news-part1 .left .tab {
  display: flex;
  margin-bottom: 0.74rem;
}

.news-part1 .left .tab a {
  display: block;
  width: 1.98rem;
  height: 0.72rem;
  font-size: 0.24rem;
  line-height: 0.72rem;
  font-weight: bold;
  padding-left: 0.42rem;
  margin-right: 0.4rem;
  transition: all .3s;
}

.news-part1 .left .tab a.active,
.news-part1 .left .tab a:hover {
  background-image: url(../img/btn-ico1.jpg);
  background-size: 100% 100%;
  color: #ffffff;
}

.news-part1 .left .list .item {
  display: flex;
  align-items: center;
  padding: 0.52rem 0;
  border-bottom: 1px solid rgba(0, 104, 183, 0.25);
}

.news-part1 .left .list .item .img {
  width: 3.15rem;
  overflow: hidden;
}

.news-part1 .left .list .item .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.news-part1 .left .list .item .wz {
  width: calc(100% - 3.15rem);
  padding-left: 0.4rem;
}

.news-part1 .left .list .item .wz .tit {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
  color: #4A4E52;
}

.news-part1 .left .list .item .wz .time {
  font-family: "Roboto";
  font-size: 0.18rem;
  margin-bottom: 0.24rem;
  color: #4A4E52;
}

.news-part1 .left .list .item .wz .ms {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.7;
}

.news-part1 .left .list .item:hover .img img {
  transform: scale(1.03);
}

.news-part1 .left .list .item:hover .wz .tit,
.news-part1 .left .list .item:hover .wz .time,
.news-part1 .left .list .item:hover .wz .ms {
  color: #0068B7;
}

.news-part1 .left .list .item:last-of-type {
  border-bottom: none;
}

.news-part1 .left .nex {
  display: flex;
  float: right;
}

.news-part1 .left .nex a {
  display: block;
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #F2F7FB;
  margin-left: 0.32rem;
  transition: all .3s;
}

.news-part1 .left .nex a::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.news-part1 .left .nex a.prev::before {
  background-image: url(../img/prev-ico1.png);
}

.news-part1 .left .nex a.next::before {
  background-image: url(../img/next-ico1.png);
}

.news-part1 .left .nex a:hover {
  background-color: #0068B7;
}

.news-part1 .left .nex a.prev:hover::before {
  background-image: url(../img/prev-ico1a.png);
}

.news-part1 .left .nex a.next:hover::before {
  background-image: url(../img/next-ico1a.png);
}

.news-part1 .right {
  width: 6.68rem;
  float: right;
  background-color: #F2F9FF;
  position: sticky;
  top: 0;
  height: 100%;
  padding: 1.4rem 1.6rem 0 0.8rem
}

.news-part1 .right .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.44rem;
  height: 2.24rem;
  background-size: 100% 100%;
}

.news-part1 .right .item .nn {
  color: #ffffff;
  text-align: center;
}

.news-part1 .right .item .nn h3 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}

.news-part1 .right .item .nn .btn {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  text-align: center;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.15rem;
  border: 1px solid #ffffff;
}

.news-part1 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.news-part1 .bg img {
  display: block;
  width: 100%;
}

.news-details {
  width: 100%;
  background-image: url(../img/news-details-bg.jpg);
  background-repeat: repeat-y;
  padding: 3.25rem 2.38rem 0.38rem 2.38rem;
}

.news-details .p-tit {
  margin-bottom: 1.25rem;
  color: #ffffff;
}

.news-details .p-tit h3 {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.26rem;
}

.news-details .p-tit p {
  font-family: "Roboto";
  font-size: 0.3rem;
}

.news-details .breadcrumb {
  color: #ffffff;
  margin-bottom: 0.28rem;
}

.news-details .breadcrumb a {
  color: #ffffff;
}

.news-details-part1 {
  padding: 0.8rem 1.13rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}

.news-details-part1 .tit {
  text-align: center;
  color: #0068B7;
  font-weight: bold;
  font-size: 0.42rem;
  margin-bottom: 0.86rem;
}

.news-details-part1 .o-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.news-details-part1 .o-fx .time {
  color: #4A4E52;
  font-size: 0.18rem;
}

.news-details-part1 .o-fx .time span {
  font-family: "Roboto";
}

.news-details-part1 .o-fx .fx {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}

.news-details-part1 .o-fx .fx ul {
  display: flex;
}

.news-details-part1 .o-fx .fx .social-share .icon-qq {
  color: #999999;
  border-color: #999999;
}

.news-details-part1 .o-fx .fx .social-share .icon-qq:hover {
  color: #0068B7;
  border-color: #0068B7;
  background-color: transparent;
}

.news-details-part1 .o-fx .fx .social-share .icon-wechat {
  color: #999999;
  border-color: #999999;
}

.news-details-part1 .o-fx .fx .social-share .icon-wechat:hover {
  color: #0068B7;
  border-color: #0068B7;
  background-color: transparent;
}

.news-details-part1 .details {
  padding: 1rem 1.3rem;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: #4A4E52;
  font-size: 0.18rem;
  line-height: 2;
}

.news-details-part1 .nex {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.news-details-part1 .nex p {
  color: #666666;
  font-size: 0.16rem;
  margin-bottom: 0.18rem;
}

.news-details-part1 .nex a {
  color: #666666;
  transition: all .3s;
}

.news-details-part1 .nex a:hover {
  color: #0068B7;
}

.service-part1 {
  position: relative;
}

.service-part1 img {
  display: block;
  width: 100%;
}

.service-part2 {
  position: relative;
}

.service-part2 .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 11.81rem;
}

.service-part2 .bg1 img {
  display: block;
  width: 100%;
}

.service-part2 .bg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 14.11rem;
}

.service-part2 .bg2 img {
  display: block;
  width: 100%;
}

.service-part2 .part1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.94rem;
}

.service-part2 .part1 .wz {
  width: 6.25rem;
  color: #333333;
}

.service-part2 .part1 .wz .ico {
  margin-bottom: 0.8rem;
}

.service-part2 .part1 .wz .ico img {
  display: block;
  width: 0.51rem;
}

.service-part2 .part1 .wz .tit {
  font-size: 0.42rem;
  font-weight: bold;
  margin-bottom: 0.48rem;
}

.service-part2 .part1 .wz .ms {
  font-size: 0.18rem;
  line-height: 1.7;
  margin-bottom: 0.36rem;
}

.service-part2 .part1 .wz .tel {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  font-weight: bold;
}

.service-part2 .part1 .wz .tel img {
  display: block;
  width: 0.39rem;
  margin-right: 0.2rem;
}

.service-part2 .part1 .pic {
  position: relative;
  padding-right: 0.8rem;
}

.service-part2 .part1 .pic img {
  display: block;
  width: 7.82rem;
  position: relative;
  z-index: 3;
}

.service-part2 .part1 .pic::before {
  content: '';
  display: block;
  width: 1.98rem;
  height: 5.98rem;
  background-image: url(../img/service-part2-bga.jpg);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service-part2 .part2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.98rem;
}

.service-part2 .part2 .pic {
  position: relative;
  padding-left: 0.8rem;
  width: 8.62rem;
}

.service-part2 .part2 .pic .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.service-part2 .part2 .pic .swiper-slide img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.service-part2 .part2 .pic .swiper-slide:hover img {
  transform: scale(1.03);
}

.service-part2 .part2 .pic::before {
  content: '';
  display: block;
  width: 1.98rem;
  height: 5.98rem;
  background-image: url(../img/service-part2-bga.jpg);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service-part2 .part2 .wz {
  width: 6.45rem;
  height: 5.98rem;
  position: relative;
}

.service-part2 .part2 .wz .ico {
  margin-bottom: 0.46rem;
}

.service-part2 .part2 .wz .ico img {
  display: block;
  width: 0.74rem;
}

.service-part2 .part2 .wz .tit {
  font-size: 0.42rem;
  font-weight: bold;
  margin-bottom: 1.62rem;
}

.service-part2 .part2 .wz .ms {
  font-size: 0.18rem;
  line-height: 1.7;
}

.service-part2 .part2 .wz .btn {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-part2 .part2 .wz .btn a {
  display: block;
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #F2F7FB;
  margin-right: 0.32rem;
  transition: all .3s;
}

.service-part2 .part2 .wz .btn a::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.service-part2 .part2 .wz .btn a.prev::before {
  background-image: url(../img/prev-ico1.png);
}

.service-part2 .part2 .wz .btn a.next::before {
  background-image: url(../img/next-ico1.png);
}

.service-part2 .part2 .wz .btn a:hover {
  background-color: #0068B7;
}

.service-part2 .part2 .wz .btn a.prev:hover::before {
  background-image: url(../img/prev-ico1a.png);
}

.service-part2 .part2 .wz .btn a.next:hover::before {
  background-image: url(../img/next-ico1a.png);
}

.service-part2 .part2 .wz .swiper-pagination {
  left: 0;
  top: 2.1rem;
  z-index: 3;
}

.service-part2 .part2 .wz .swiper-pagination .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.45rem;
  background-color: transparent;
  position: relative;
  border: 1px solid transparent;
  opacity: 1;
}

.service-part2 .part2 .wz .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #CBCBCB;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service-part2 .part2 .wz .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #0068B7;
}

.service-part3 {
  padding: 1.88rem 0 0.8rem;
  background-image: url(../img/service-part3-bg.jpg);
  background-size: cover;
}

.service-part3 .ms {
  margin: 0.45rem auto 1.2rem;
  width: 9.05rem;
  text-align: center;
  line-height: 2;
  font-size: 0.18rem;
}

.service-part3 .list {
  display: flex;
  flex-wrap: wrap;
}

.service-part3 .list .item {
  width: calc(100% / 3 - 0.26rem);
  background-color: #ffffff;
  margin-right: 0.39rem;
  margin-bottom: 0.4rem;
  box-shadow: 3px 3px 25px rgba(0, 104, 183, 0.15);
  padding: 0.64rem 0 0.64rem 0.8rem;
}

.service-part3 .list .item:nth-of-type(3n) {
  margin-right: 0;
}

.service-part3 .list .item h3 {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.13rem;
}

.service-part3 .list .item h3 i {
  display: block;
  width: 0.23rem;
  height: 0.22rem;
  background-image: url(../img/service-part3-ico.png);
  background-size: 100% 100%;
  margin-right: 0.12rem;
}

.service-part3 .list .item p{line-height: 1.4;}

.a-nav {
  display: flex;
  padding: 0.66rem 0;
}

.a-nav a {
  display: block;
  width: 25%;
  position: relative;
  text-align: center;
  color: #4A4E52;
  font-size: 0.2rem;
  line-height: 0.38rem;
  transition: all .3s;
}

.a-nav a::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.38rem;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 0;
}

.a-nav a:last-of-type::after {
  display: none;
}

.a-nav a:hover,
.a-nav a.active {
  color: #0068B7;
  font-weight: bold;
}

.about-part1 .w1600 {
  padding: 1.17rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-part1 .w1600 .pic {
  width: calc(100% - 7.55rem);
}

.about-part1 .w1600 .pic img {
  display: block;
}

.about-part1 .w1600 .pic img:nth-of-type(1) {
  display: block;
  width: 2.89rem;
  margin-bottom: 0.28rem;
  margin-left: 2.1rem;
}

.about-part1 .w1600 .pic img:nth-of-type(2) {
  display: block;
  width: 4rem;
  margin-left: 2.7rem;
}


.about-part1 .w1600 .pic {
  color: transparent;
  background: url(../img/word-bg.png);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;

  font-size: 0.9rem;
}

.about-part1 .w1600 .pic span:nth-of-type(1) {
  display: block;
  margin-bottom: 0.28rem;
  margin-left: 2.1rem;
  font-weight: bold;
}

.about-part1 .w1600 .pic span:nth-of-type(2) {
  display: block;
  margin-left: 2.7rem;
  font-weight: bold;
  padding-bottom: 10px;
}


.about-part1 .w1600 .wz {
  width: 7.55rem;
  font-size: 0.18rem;
  color: #4A4E52;
  height: 2.4rem;
  line-height: 1.7;
  overflow-y: auto;
  padding-right: 0.4rem;
}

.about-part1 .w1600 .wz::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.about-part1 .w1600 .wz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.about-part1 .w1600 .wz::-webkit-scrollbar-thumb {
  background: #0068B7;
}

.about-part1 .w1600 .wz::-webkit-scrollbar-thumb:window-inactive {
  background: #0068B7;
}

.about-part1 .w1600 .wz::-webkit-scrollbar-thumb:vertical:hover {
  background: #0068B7;
}

.about-part1 .img {
  width: 100%;
}

.about-part1 .img img {
  display: block;
  width: 100%;
}

.about-part2 {
  display: flex;
  align-items: center;
  position: relative;
}

.about-part2 .left {
  width: 11.65rem;
  position: relative;
}

.about-part2 .left img {
  display: block;
  width: 100%;
}

.about-part2 .right {
  width: 6rem;
  margin-left: 0.2rem;
}

.about-part2 .right .ms h3 {
  font-size: 0.42rem;
  font-weight: bold;
  color: #4A4E52;
}

.about-part2 .right .ms p {
  font-weight: bold;
  font-size: 0.20rem;
  line-height: 1.6;
  color: #4A4E52;
  margin-top: 0.28rem;
}

.about-part2 .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.about-part2 .right ul li {
  width: 50%;
}

.about-part2 .right ul li .top {
  color: transparent;
  background: url(../img/word-bg.png);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  align-items: end;
  justify-content: start;
  font-size: 0.65rem;
  padding-top: 0.5rem;
}

.about-part2 .right ul li .top span {
  font-size: 40px;
  margin-left: 0.1rem;
  font-weight: bold;
  margin-bottom: 0.78rem;
}

.about-part2 .right ul li .num {
  line-height: 1;
  background-size: auto 100%;
  font-weight: bold;
}

.about-part2 .right ul li .num {
  margin-bottom: 0.25rem;
}

.about-part2 .right ul li p {
  color: #4A4E52;
  font-weight: bold;
  font-size: 0.20rem;
}

.about-part3 {
  width: 100%;
  position: relative;
  height: 5rem;
  background-image: url(../img/about-part3-bg.png);
  background-size: cover;
}

.about-part3 .mm {
  display: none;
}

.about-part3 .left {
  width: 7.32rem;
  position: absolute;
  bottom: 0;
  left: 1.6rem;
}

.about-part3 .left img {
  display: block;
  width: 100%;
}

.about-part3 .right {
  width: calc(100% - 7.32rem - 3.2rem);
  position: absolute;
  left: 8.92rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.about-part3 .right .ico {
  width: 0.78rem;
  position: absolute;
  top: -0.3rem;
  left: 0;
}

.about-part3 .right .ico img {
  display: block;
  width: 100%;
}

.about-part3 .right .wz {
  padding-left: 1rem;
}

.about-part3 .right .tit {
  font-size: 0.42rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.38rem;
}

.about-part3 .right .ms {
  font-size: 0.18rem;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 0.38rem;
}

.about-part4 {
  width: 100%;
  background-image: url(../img/about-part4-bg.png);
  background-size: cover;
  padding: 1.42rem 0 1.14rem 1.6rem
}

.about-part4 .word {
  width: 6rem;
  margin-bottom: 0.8rem;
}

.about-part4 .word h3 {
  font-size: 0.42rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.28rem;
}

.about-part4 .word p {
  font-size: 0.2rem;
  color: #4A4E52;
  font-weight: bold;
  line-height: 1.6;
}

.about-part4 .swiper-container {
  padding-bottom: 0.33rem;
}

.about-part4 .swiper-slide {
  transform: translateY(0.33rem);
  background-color: #ffffff;
  background-size: 100% 100%;
  border-radius: 0.2rem;
  box-shadow: 3px 3px 25px rgba(0, 104, 183, 0.15);
  padding: 0.3rem;
  text-align: center;
  transition: all .3s;
}

.about-part4 .swiper-slide .img {
  width: 1.53rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.26rem;
}

.about-part4 .swiper-slide .img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.about-part4 .swiper-slide .ms {
  color: #828384;
}

.about-part4 .swiper-slide .ms h3 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.about-part4 .swiper-slide .ms h4 {
  font-size: 0.16rem;
  margin-bottom: 0.26rem;
}

.about-part4 .swiper-slide .ms p {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}

.about-part4 .swiper-slide .morec {
  display: flex;
  color: #ffffff;
  margin-top: 0.24rem;
  font-size: 0.16rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-part4 .swiper-slide .morec i {
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-image: url(../img/next-ico1a.png);
  background-size: 100% 100%;
  margin-left: 0.1rem;
}

/*.about-part4 .swiper-slide-active{background-image: url(../img/about-part4-bgc.png);transform: translateY(0);}*/
/*.about-part4 .swiper-slide-active .ms{color: #ffffff;}*/
.about-part4 .swiper-slide:hover {
  background-image: url(../img/about-part4-bgc.png);
  transform: translateY(0);
}

.about-part4 .swiper-slide:hover .ms {
  color: #ffffff;
}

.about-part5 {
  width: 100%;
  background-size: cover;
  position: relative;
}

.about-part5 .i-tit {
  position: absolute;
  left: 0;
  top: 0.4rem;
  text-align: center;
  z-index: 10;
  width: 100%;
}

.about-part5 .i-tit h3 {
  color: #ffffff;
}

.about-part5 .i-tit p {
  color: #ffffff;
}

.he_h1p4 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.he_h1p4bt {
  width: 100%;
  height: 480px;
}

.he_h1p4bt img {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.he_h1p4bx {
  /* width:100%;*/
  position: absolute;
  top: 70px;
  right: 14%;
  height: 100%;
  z-index: 10;
  width: 45%;
  z-index: 11;
}

.he_h1p4bx .he_h1p4ti {
  margin-top: 0px;
}

.he_h1p4bh {
  width: 100%;
  position: relative;
}

.he_h1p4ti h3 {
  color: #fff;
}

.he_h1p4uile {
  width: 524px;
  position: relative;
  height: 524px;
  left: 13%;
  top: 173px;
  /* z-index:11;*/
}

.he_h1p4ti {
  margin-top: 56px;
}

.he_h1p4uiri {
  width: 100%;
  padding-left: 180px;
  margin-top: 36px;
}

.he_h1p4uiyu {
  width: 100%;
  position: relative;
}

.he_h1p4uiyu .he_img1 {
  width: 524px;
}

.he_h1p4uiul {
  width: 100%;
  position: relative;
}

.he_h1p4dale {
  width: 173px;
  position: relative;
  background-image: url(../img/he_h1p4dale-bg.png);
  background-size: 100% 100%;
}

.he_h1p4dale p {
  padding-left: 80px;
  text-align: left !important;
}

.he_h1p4dari {
  width: calc(100% - 185px);
  padding-left: 50px;
}

.g_star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.g_clock {
  position: relative;
  width: 524px;
  margin: auto;
  z-index: 10;
  height: 524px;
}

.g_clock1 {
  position: relative;
  top: 0;
  left: 0;
  /* animation:scroll1 12s linear 0ms infinite normal;*/
  width: 100%;
  height: 100%;
  animation: xuanz 60s infinite linear;
  -webkit-animation: xuanz 60s infinite linear;
  -moz-animation: xuanz 60s infinite linear;
  -o-animation: xuanz 60s infinite linear;
}

.g_clock2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll1 12s linear 0ms infinite reverse;
  width: 550px;
}

.g_clock3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 381px;
}

.g_clock4 {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.g_clock5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes scroll1 {}

.g_stars {
  overflow: hidden;
  position: relative;
  height: 100vh;
  background: transparent;
}

.he_ifzs {
  position: absolute;
  top: 42px;
  left: -23%;
  width: 100%;
  z-index: 10;
}

.he_h1p4uiyu img {
  width: 100%;
}

.he_h1p4dale p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-align: right;
  position: relative;
}

/*.he_h1p4dale p::after {content:'';position:absolute;top:50%;transform:translateY(-50%);left:0;width:9px;height:9px;border-radius:50%;border:1px solid rgba(255,255,255,0.2);}*/
/*.he_h1p4dale p::before {content:'';position:absolute;top:50%;transform:translateY(-50%);left:9px;width:60px;border:1px dashed rgba(255,255,255,0.2);}*/
.he_h1p4dari p {
  font-size: 16px;
  line-height: 1.875;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.he_h1p4uili {
  margin-bottom: 80px;
}

.he_h1p4ui {
  margin-top: 160px;
}

.he_h1p4uiul {
  height: 450px;
}

.he_h1p4uili:last-child {
  margin-bottom: 0;
}

.he_h1p4uiul .mCSB_inside>.mCSB_container {
  margin-right: 14px;
}

.he_h1p4uiul .mCSB_scrollTools {
  right: -6px;
}

.he_h1p4uiul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.he_h1p4uid {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 20;
  cursor: pointer;
  transition: all 0.36s;
}

.he_h1p4uid1 {
  top: 12px;
  left: 51%;
  transform: translateX(-50%);
}

.he_h1p4uid.act {
  background: #fff;
}

.he_h1p4uid2 {
  top: 102px;
  right: 60px;
}

.he_h1p4uid3 {
  top: 63%;
  transform: translateY(-50%);
  right: 8px;
}

.he_h1p4uid4 {
  bottom: 17px;
  right: 149px;
}

.he_h1p4uid5 {
  bottom: 23px;
  left: 145px;
}

.he_h1p4uid6 {
  top: 63%;
  transform: translateY(-50%);
  left: 16px;
}

.he_h1p4uid7 {
  top: 104px;
  left: 65px;
}

.he_h1p4uigt p {
  font-size: 50px;
  line-height: 1.5;
  color: #ffffff;
}

.he_h5p2btle img {
  width: 100%;
}

.he_h1p4uiilu {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.he_h1p4urt p {
  font-size: 26px;
  line-height: 1.75;
  color: #ffffff;
}

.he_h1p4uitr {
  text-align: center;
}

.he_h1p4uihy {
  width: 100%;
  height: 100%;
  position: relative;
}

.he_h4wp4 .he_b2p10ri {
  margin-top: 0px;
}

.he_sypcuna {
  position: fixed;
  width: 100%;
  top: 97px;
  left: 0;
  background: #fff;
  overflow: hidden;
  display: none;
  transition: top 0.36s;
}

.he_sypubt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.he_sypubt img {
  width: 100%;
}

.he_sypcuuri {}

.two .he_sypcuule .he_sypculi:nth-child(4) {
  width: 31%;
}

.two .he_sypculi {
  width: 23%;
}

.two .he_sypcuule .he_sypculi:nth-child(4)::after {
  display: none;
}

.two .he_sypculi::after {
  height: 294px;
}

.he_sypcuule {
  width: 100%;
}

/* .two .he_sypcutlo {width:100%;}
.two .he_sypcutloi {width:100%;}
.two .he_sypcutde {float:left;width:50%;}
*/
.he_sypculi {
  width: 33.333333%;
  padding-left: 120px;
  position: relative;
}

.he_sypculi::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background: rgba(221, 221, 221, 0.4);
  height: 246px;
}

.he_sypculi:first-child {
  padding-left: 0;
}

.he_sypcuto .he_sypcp {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  position: relative;
}

.he_sypcuto {
  padding-bottom: 12px;
  position: relative;
}

.he_sypcuto::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #097cf2;
}

.he_sypcuna .he_common {
  position: relative;
  z-index: 10;
}

.he_sypcuna {
  padding-top: 55px;
  padding-bottom: 79px;
}

.he_sypcutde a {
  font-size: 14px;
  line-height: 32px !important;
  color: #888888 !important;
  transition: all 0.36s;
}

.he_sypcutlo {
  margin-top: 22px;
}

.he_sypcutloi:nth-child(2) {
  margin-left: 60px;
}

.he_sypcutde.yxnav_active2 a {
  color: #097cf2 !important;
}

.he_sypcgt {
  padding-left: 80px;
}

.he_gjhtri p {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}

.he_gjhtle {
  line-height: 30px;
  width: 17px;
}

.he_gjhtri {
  width: calc(100% - 17px);
  padding-left: 12px;
}

.one .he_sypcuna1 .he_sypcuule {
  width: 100%;
}

.one .he_sypcuna1 .he_sypculi {
  width: 30%;
}

.one .he_sypcuna1 .he_sypculi::after {
  height: 365px;
}

.one .he_sypcuna1 .he_sypculi:last-child::after {
  display: none;
}

.he_comto {
  width: 100%;
  padding-left: 197px;
  padding-right: 227px;
  position: relative;
  z-index: 10;
}

.one .he_sypcuna1 .he_sypculi:first-child {
  width: 20%;
}

.one .he_sypcuna1 .he_sypculi:last-child {
  width: 20%;
  padding-left: 105px;
}

@keyframes quan {
  from {
    border: 3px solid #d3d7de;
  }

  to {
    border: 3px solid #3d76e8;
  }
}

@keyframes xian {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 540px;
    opacity: 1;
  }
}

/* @keyframes imgp {10% {transform:translateX(0);}
11% {opacity:1;}
99% {opacity:1;}
100% {transform:translateX(540px);}
}
*/
.he_f1p4.on .he_f1p4li1 .he_f1p4dx {
  animation: quan .5s ease normal forwards;
  -webkit-animation: quan .5s ease normal forwards;
  animation-iteration-count: 1;
}

.he_f1p4.on .he_f1p4li1 .he_f1p4dx::before {
  animation: xian 2s ease normal forwards;
  -webkit-animation: xian 2s ease normal forwards;
  animation-iteration-count: 1;
}

/* .he_f1p4li1 .he_f1p4dx img {animation:imgp 2s ease normal forwards;-webkit-animation:imgp 2s ease normal forwards;}
*/
.he_f1p4.on .he_f1p4li2 .he_f1p4dx {
  animation: quan 0.5s ease normal forwards;
  -webkit-animation: quan 0.5s ease normal forwards;
  animation-iteration-count: 1;
  animation-delay: 2s;
}

.he_f1p4.on .he_f1p4li2 .he_f1p4dx::before {
  animation: xian 2s ease normal forwards;
  -webkit-animation: xian 2s ease normal forwards;
  animation-iteration-count: 1;
  animation-delay: 2s;
}

.he_f1p4.on .he_f1p4li3 .he_f1p4dx {
  animation: quan 0.5s ease normal forwards;
  -webkit-animation: quan 0.5s ease normal forwards;
  animation-iteration-count: 1;
  animation-delay: 4s;
}

.he_f1p4.on .he_f1p4li4 .he_f1p4dx {
  animation: quan 0.5s ease normal forwards;
  -webkit-animation: quan 0.5s ease normal forwards;
  animation-iteration-count: 1;
  animation-delay: 4.5s;
}

.he_f1p4.on .he_f1p4li4 .he_f1p4dx::before {
  animation: xian 2s ease normal forwards;
  -webkit-animation: xian 2s ease normal forwards;
  animation-iteration-count: 1;
  animation-delay: 4.5s;
}

.he_f1p4.on .he_f1p4li5 .he_f1p4dx {
  animation: quan 0.5s ease normal forwards;
  -webkit-animation: quan 0.5s ease normal forwards;
  animation-iteration-count: 1;
  animation-delay: 6.5s;
}

.he_f1p4.on .he_f1p4li5 .he_f1p4dx::before {
  animation: xian 2s ease normal forwards;
  -webkit-animation: xian 2s ease normal forwards;
  animation-iteration-count: 1;
  animation-delay: 6.5s;
}

.he_f1p4.on .he_f1p4li6 .he_f1p4dx {
  animation: quan 0.5s ease normal forwards;
  -webkit-animation: quan 0.5s ease normal forwards;
  animation-iteration-count: 1;
  animation-delay: 8.5s;
}

.slick-dots li {
  width: 30px;
  height: 4px;
  margin: 0 4px;
  border-radius: 0;
  background: #bcbbbb;
  border: none;
}

.slick-dots li.slick-active {
  background: #666;
}

.slick-dots li.slick-active {
  background: #1b4c9f;
}

.he_b1bxul .slick-dots {
  bottom: -20px;
}

.he_c2p5bxle img {
  width: 100%;
}

.he_f1p1tri img {
  width: 100%;
}

.he_h1p4 .he_h1p4ti h3 {
  text-align: left;
  padding-left: 11%;
}

.he_h1p4uiyt .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #097cf2;
}

.he_bannigli.slick-current .he_bantep1 {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}

.he_bannigli.slick-current .he_bantep2t {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}

.he_bannigli.slick-current .he_bantemo {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}

.he_bannigli.slick-current .he_bantep3v {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}

.he_bannigul .slick-dots {
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
  animation-delay: 0.3s;
}

.he_phtim {
  display: none;
}

.he_b2p7uscl {
  overflow: hidden;
}

.he_e1p2ul {
  overflow: hidden;
}

.he_h1p2bx {
  overflow: hidden;
}

.he_h3p3ul {
  position: relative;
  z-index: 10;
}


.about-part6 {
  width: 100%;
  background-image: url(../img/about-part6-bg.jpg);
  background-size: cover;
  padding: 2.36rem 0 2.5rem 1.6rem;
  display: flex;
  justify-content: space-between;
}

.about-part6 .left {
  width: 5.28rem;
}

.about-part6 .left .num {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.46rem;
}

.about-part6 .left .num .timer {
  color: transparent;
  background: url(../img/word-bg.png);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.about-part6 .left .num p {
  color: #0068B7;
  font-size: 0.28rem;
  font-weight: bold;
}

.about-part6 .left .oc {
  color: transparent;
  background: url(../img/word-bg.png);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  padding-bottom: 0.4rem;
}

.about-part6 .left h3 {
  color: #333333;
  font-size: 0.42rem;
  font-weight: bold;
  margin-bottom: 0.28rem;
}

.about-part6 .left .ms,
.about-part6 .left .ms p {
  color: #4A4E52;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.about-part6 .left .qh {
  display: flex;
  align-items: center;
}

.about-part6 .left .qh .swiper-pagination-fraction {
  width: 1rem;
  bottom: 0;
  color: #828384;
  font-size: 0.22rem;
}

.about-part6 .left .qh .swiper-pagination-fraction .swiper-pagination-current {
  color: #000000;
  font-size: 0.4rem;
}

.about-part6 .left .qh a {
  display: block;
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #F2F7FB;
  margin-right: 0.32rem;
  transition: all .3s;
}

.about-part6 .left .qh a::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.about-part6 .left .qh a.prev::before {
  background-image: url(../img/prev-ico1.png);
}

.about-part6 .left .qh a.next::before {
  background-image: url(../img/next-ico1.png);
}

.about-part6 .left .qh a:hover {
  background-color: #0068B7;
}

.about-part6 .left .qh a.prev:hover::before {
  background-image: url(../img/prev-ico1a.png);
}

.about-part6 .left .qh a.next:hover::before {
  background-image: url(../img/next-ico1a.png);
}

.about-part6 .right {
  width: 11.8rem;
  background-color: #f9f9f9;
  padding: 1.9rem 0 1.5rem 0.7rem;
  cursor: url(../img/td.ico), pointer;
}

.about-part6 .right .swiper-container {
  padding-bottom: 0.8rem;
  cursor: url(../img/td.ico), pointer;
}

.about-part6 .right .swiper-slide {
  background-image: url(../img/honnor-img-bg.png);
  background-size: 100% 100%;
  padding: 0.1rem;
}

.about-part6 .right .swiper-slide img {
  display: block;
  width: 100%;
}

.about-part6 .right .swiper-slide:nth-of-type(2n) {
  transform: translateY(0.8rem);
}

.about1-part1 {
  padding: 0.5rem 0 0.8rem 0;
}

.about1-part1 .ms {
  width: 10.4rem;
  margin: 0.5rem auto;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1.8;
}

.about1-part1 .swiper-slide {
  position: relative;
  cursor: pointer;
}

.about1-part1 .swiper-slide img {
  display: block;
  width: 100%;
}

.about1-part1 .swiper-slide i {
  display: block;
  width: 1.44rem;
  height: 1.44rem;
  background-image: url(../img/play-ico.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}

.about1-part1 .btn {
  display: flex;
  justify-content: center;
  margin-top: 0.42rem;
}

.about1-part1 .btn a {
  display: block;
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #F2F7FB;
  margin: 0 0.16rem;
  transition: all .3s;
}

.about1-part1 .btn a::before {
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.about1-part1 .btn a.prev::before {
  background-image: url(../img/prev-ico1.png);
}

.about1-part1 .btn a.next::before {
  background-image: url(../img/next-ico1.png);
}

.about1-part1 .btn a:hover {
  background-color: #0068B7;
}

.about1-part1 .btn a.prev:hover::before {
  background-image: url(../img/prev-ico1a.png);
}

.about1-part1 .btn a.next:hover::before {
  background-image: url(../img/next-ico1a.png);
}

.about2-part1 {
  /*background-image: url(../img/about2-part1-bg.png);*/
  /*background-size: cover;*/
  /*background-position: 0 40vh;*/
  padding-left: 1rem;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.about2-part1 .img {
  width: 10.61rem;
  /*position: relative;*/
  height: 7.7rem;
  position: sticky;
  top: 1.20rem;
}

.about2-part1 .img img {
  display: block;
  width: 100%;
}

.about2-part1 .img img.pc {
  display: block;
}

.about2-part1 .img img.mm {
  display: none;
}
.about2-part1 .points .item{
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #0068B7;
    transition: all .5s;
    transform: scale(0.75);
}
.about2-part1 .points .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 30, 180, 0.2);
  animation: boderM 3s 0.75s infinite;
  z-index: 9;
  pointer-events: none;
}
.about2-part1 .points .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 30, 180, 0.2);
  animation: boderM 3s infinite;
  z-index: 9;
  pointer-events: none;
}
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #001eb4;
  }
}




.about2-part1 .points .item:hover,
.about2-part1 .points .item.act{
    transform: scale(1);
}
.about2-part1 .right {
  width: 5.86rem;
  padding-right: 1.6rem;
  padding-top: 0.8rem;
}

.about2-part1 .right dl {
  margin-bottom: 0.42rem;
  position: relative;
}

.about2-part1 .right dl dt {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
  position: relative;
}
.about2-part1 .right dl.act dt{
    color: #0068B7;
}
.about2-part1 .right dl dt::after {
  content: '';
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  background-image: url(../img/about2-part1-ico1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
}

.about2-part1 .right dl dd {
  font-size: 0.16rem;
  font-weight: lighter;
}

.about2-part1 .right dl:nth-of-type(1)::before {
  content: '';
  display: block;
  width: 4.49rem;
  height: 3.14rem;
  background-image: url(../img/about2-part1-line1.png);
  background-size: 100% 100%;
  position: absolute;
  left: -4.85rem;
  top: 0.1rem;
}

.about2-part1 .right dl:nth-of-type(2)::before {
  content: '';
  display: block;
  width: 5.28rem;
  height: 2.48rem;
  background-image: url(../img/about2-part1-line2.png);
  background-size: 100% 100%;
  position: absolute;
  left: -5.65rem;
  top: 0.1rem;
}

.about2-part1 .right dl:nth-of-type(3)::before {
  content: '';
  display: block;
  width: 4.74rem;
  height: 1.37rem;
  background-image: url(../img/about2-part1-line3.png);
  background-size: 100% 100%;
  position: absolute;
  left: -5.1rem;
  top: 0.1rem;
}

.about2-part1 .right dl:nth-of-type(4)::before {
  content: '';
  display: block;
  width: 5.93rem;
  height: 1.08rem;
  background-image: url(../img/about2-part1-line4.png);
  background-size: 100% 100%;
  position: absolute;
  left: -6.25rem;
  top: 0.1rem;
}

.about2-part1 .right dl:nth-of-type(5)::before {
  content: '';
  display: block;
  width: 3.93rem;
  height: 0.7rem;
  background-image: url(../img/about2-part1-line5.png);
  background-size: 100% 100%;
  position: absolute;
  left: -4.25rem;
  top: 0.1rem;
}

.about2-part1 .right dl:nth-of-type(6)::before {
  content: '';
  display: block;
  width: 3.93rem;
  height: 0.73rem;
  background-image: url(../img/about2-part1-line6.png);
  background-size: 100% 100%;
  position: absolute;
  left: -4.25rem;
  top: 0.1rem;
}

.about2-part1 .right dl:nth-of-type(7)::before {
  content: '';
  display: block;
  width: 6.63rem;
  height: 0.32rem;
  background-image: url(../img/about2-part1-line7.png);
  background-size: 100% 100%;
  position: absolute;
  left: -6.95rem;
  top: -0.22rem;
}

.about2-part1 .right dl:nth-of-type(8)::before {
  content: '';
  display: block;
  width: 5.50rem;
  height: 0.4rem;
  background-image: url(../img/about2-part1-line8.png);
  background-size: 100% 100%;
  position: absolute;
  left: -5.8rem;
  top: -0.28rem;
}

.about2-part1 .right dl::before{
    display: none!important;
}
.about2-part1 .right ul {
  display: flex;
  margin-top: 1.22rem;
}

.about2-part1 .right ul li {
  position: relative;
  margin: 0 0.2rem;
}

.about2-part1 .right ul li .ico {
  width: 0.77rem;
}

.about2-part1 .right ul li .ico img {
  display: block;
  width: 100%;
}

.about2-part1 .right ul li .hid {
  width: auto;
  min-width: 1.7rem;
  display: none;
  font-size: 0.16rem;
  color: #4A4E52;
  padding: 0.13rem 0.22rem;
  background-color: #ffffff;
  border-radius: 0.11rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  box-shadow: 3px 3px 15px rgba(0, 104, 183, 0.15);
}

.about2-part1 .right ul li .hid::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.18rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0.2rem;
  border-color: #ffffff transparent transparent transparent;
}

.about2-part1 .right ul li:hover .hid {
  display: block;
}

.about2-part1 .right ul li:nth-of-type(2) .hid {
  width: 2.4rem;
  line-height: 1.4;
}

.about3-part1 {
  padding: 0.6rem 0rem 2.6rem 1.6rem;
  position: relative;
}

.about3-part1 .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about3-part1 .bg1 img {
  display: block;
  width: 100%;
}

.about3-part1::before {
  content: '';
  display: block;
  width: 6.68rem;
  height: calc(100% + 1.7rem);
  background-color: #F2F9FF;
  position: absolute;
  right: 0;
  top: -1.7rem;
  z-index: -1;
}

.about3-part1 .left {
  width: 8rem;
  float: left;
}

.about3-part1 .left .item {
  margin-bottom: 0.84rem;
}

.about3-part1 .left .item .tit {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
}

.about3-part1 .left .item .ms {
  color: #0068B7;
  font-size: 0.14rem;
  line-height: 1.6;
  margin-bottom: 0.38rem;
}

.about3-part1 .left .item .conditions {
  margin-bottom: 0.25rem;
}

.about3-part1 .left .item .conditions p {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  position: relative;
  margin-bottom: 0.2rem;
}

.about3-part1 .left .item .conditions p::before {
  content: '';
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  background-image: url(../img/about2-part1-ico1.png);
  background-size: 100% 100%;
  margin-right: 0.22rem;
}

.about3-part1 .left .item .more1 {
  float: right;
}

.about3-part1 .right {
  width: 6.68rem;
  float: right;
  position: sticky;
  top: 0;
  height: 100%;
  padding: 0 1.6rem 0 0.8rem
}

.about3-part1 .right .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.44rem;
  height: 2.24rem;
  background-size: 100% 100%;
}

.about3-part1 .right .item .nn {
  color: #ffffff;
  text-align: center;
}

.about3-part1 .right .item .nn h3 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}

.about3-part1 .right .item .nn .btn {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  text-align: center;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.15rem;
  border: 1px solid #ffffff;
}

.p-tit {
  text-align: center;
  color: #4A4E52;
}

.p-tit h3 {
  font-size: 0.42rem;
  font-weight: bold;
}

.p-tit p {
  margin-top: 0.48rem;
  font-size: 0.18rem;
}

.product-part1 {
  position: relative;
  margin-top: 1rem;
}

.product-part1 img.bg {
  display: block;
  width: 100%;
}

.product-part1 .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.product-part1 .list .item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.product-part1 .list .item .dian {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #37AAFC;
  border-radius: 50%;
  position: relative;
}

.product-part1 .list .item .dian::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  border: 1px solid rgba(4, 133, 199, 0.41);
  animation: boderM 3s infinite;
  z-index: 9;
}

.product-part1 .list .item .dian::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(4, 133, 199, 0.2);
  animation: boderM 3s 0.75s infinite;
  z-index: 9;
}

.product-part1 .list .item .hid {
  width: 3.17rem;
  height: 0.74rem;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
  color: #4A4E52;
  background-color: #f9f9f9;
  position: absolute;
  top: 50%;
  transform: scale(0) translateY(-50%);
  right: -3.4rem;
}

.product-part1 .list .item .hid::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.17rem 0.294rem 0.17rem 0;
  border-color: transparent #f9f9f9 transparent transparent;
}

.product-part1 .list .item.active .hid {
  transform: scale(1) translateY(-50%);
}

.product-part1 .list .item:nth-of-type(1) {
  left: 4.2rem;
  top: 3.3rem;
}

.product-part1 .list .item:nth-of-type(2) {
  left: 4.04rem;
  top: 7.35rem;
}

.product-part1 .list .item:nth-of-type(3) {
  left: 9.72rem;
  top: 2.27rem;
}

.product-part1 .list .item:nth-of-type(4) {
  left: 10.38rem;
  top: 5.25rem;
}

.product-part1 .list .item:nth-of-type(5) {
  left: 12.28rem;
  top: 8.52rem;
}

.product-part1 .list .item:nth-of-type(6) {
  left: 14.38rem;
  top: 3.18rem;
}

.product-part1 .list .item:nth-of-type(6) .hid {
  right: 0.4rem
}

.product-part1 .list .item:nth-of-type(6) .hid::after {
  display: none;
}

.product-part1 .list .item:nth-of-type(7) {
  left: 16.69rem;
  top: 6.98rem;
}

.product-part1 .list .item:nth-of-type(7) .hid {
  right: 0.4rem
}

.product-part1 .list .item:nth-of-type(7) .hid::after {
  display: none;
}

.product-part2 .p-tit {
  margin-bottom: 0.9rem;
}

.product-part2 .tab {
  display: flex;
  align-items: center;
  margin-bottom: 0.9rem;
  justify-content: space-between;
}

.product-part2 .tab a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.3rem;
  box-shadow: 3px 3px 15px rgba(0, 104, 183, 0.15);
  background-size: 100% 100%;
  transition: all .3s;
}

.product-part2 .tab a .ico {
  width: 0.36rem;
  position: relative;
  margin-right: 0.14rem;
}

.product-part2 .tab a .ico img {
  display: block;
  transition: all .3s;
  width: 100%;
}

.product-part2 .tab a .ico img.h-img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.product-part2 .tab a p {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333333;
  transition: all .3s;
}

.product-part2 .tab a.active {
  background-image: url(../img/product-part2-a-bg.png);
}

.product-part2 .tab a.active .ico img.h-img1 {
  opacity: 0;
}

.product-part2 .tab a.active .ico img.h-img2 {
  opacity: 1;
}

.product-part2 .tab a.active p {
  color: #ffffff;
}

.product-part2 .list .list-a {
  display: none;
  flex-wrap: wrap;
}

.product-part2 .list .list-a .item {
  position: relative;
  width: calc(100% / 3 - 0.34rem);
  margin-right: 0.51rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 7px 0 rgb(164 164 166 / 40%);
}

.product-part2 .list .list-a .item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/product-part2-img-bg.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.product-part2 .list .list-a .item:nth-of-type(3n) {
  margin-right: 0;
}

.product-part2 .list .list-a .item .img {
  width: 100%;
  overflow: hidden;
}

.product-part2 .list .list-a .item .img img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.product-part2 .list .list-a .item .wz {
  position: absolute;
  z-index: 4;
  left: 0.4rem;
  bottom: 0.4rem;
}

.product-part2 .list .list-a .item .wz p {
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-left: 0.2rem;
}

.product-part2 .list .list-a .item .wz p::after {
  content: '';
  display: block;
  height: 100%;
  width: 0.1rem;
  background-image: url(../img/word-bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-part2 .list .list-a .item:hover .img img {
  transform: scale(1.03);
}

.product-part2 .list .list-a.active {
  display: flex;
}

.product-part3 {
  padding-top: 0.5rem;
}

.product-part3 .p-tit {
  margin-bottom: 0.4rem;
}

.product-part3 .p-main {
  position: relative;
}

.product-part3 .p-main img.bg {
  display: block;
  width: 100%;
}

/*五个*/
.product-part3 .p-main .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product-part3 .p-main .list .item {
  position: absolute;
}

.product-part3 .p-main .list .item .ico {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #0068B7;
}

.product-part3 .p-main .list .item .ico img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.product-part3 .p-main .list .item .wz {
  width: 3.17rem;
  height: 1.24rem;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #4A4E52;
  background-color: #ffffff;
  border-radius: 0.3rem;
  position: absolute;
  box-shadow: 3px 3px 15px rgba(0, 104, 183, 0.15);
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.product-part3 .p-main .list .item .wz p {
  line-height: 1.5;
  text-align: center;
  padding: 0 0.2rem;
}

.product-part3 .p-main .list .item .wz::after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(-90deg);
  bottom: -0.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.17rem 0.294rem 0.17rem 0;
  border-color: transparent #ffffff transparent transparent;
}

.product-part3 .p-main .list .item:nth-of-type(1) {
  left: 9rem !important;
  top: 2.6rem !important;
}

.product-part3 .p-main .list .item:nth-of-type(2) {
  left: 6.48rem !important;
  top: 4.2rem;
}

.product-part3 .p-main .list .item:nth-of-type(2) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list .item:nth-of-type(2) .wz::after {
  bottom: 35%;
  transform: rotate(180deg) translate(0, 50%);
  right: -0.3rem;
}

.product-part3 .p-main .list .item:nth-of-type(3) {
  left: 11.4rem !important;
  top: 4.2rem !important;
}

.product-part3 .p-main .list .item:nth-of-type(3) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: auto;
  right: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list .item:nth-of-type(3) .wz::after {
  bottom: 50%;
  transform: rotate(0deg) translate(0, 50%);
  right: auto;
  left: -0.3rem;
}

.product-part3 .p-main .list .item:nth-of-type(4) {
  left: 7rem !important;
  top: 7.1rem !important;
}

.product-part3 .p-main .list .item:nth-of-type(4) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list .item:nth-of-type(4) .wz::after {
  bottom: 35%;
  transform: rotate(180deg) translate(0, 50%);
  right: -0.3rem;
}

.product-part3 .p-main .list .item:nth-of-type(5) {
  left: 10.88rem !important;
  top: 7.1rem !important;
}

.product-part3 .p-main .list .item:nth-of-type(5) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: auto;
  right: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list .item:nth-of-type(5) .wz::after {
  bottom: 50%;
  transform: rotate(0deg) translate(0, 50%);
  right: auto;
  left: -0.3rem;
}

/*四个*/
.product-part3 .p-main .list1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product-part3 .p-main .list1 .item {
  position: absolute;
}

.product-part3 .p-main .list1 .item:nth-of-type(1) {
  left: 7.5rem !important;
  top: 2.96rem !important;
}

.product-part3 .p-main .list1 .item:nth-of-type(1) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list1 .item:nth-of-type(1) .wz::after {
  bottom: 35%;
  transform: rotate(180deg) translate(0, 50%);
  right: -0.3rem;
}

.product-part3 .p-main .list1 .item:nth-of-type(2) {
  left: 10.3rem !important;
  top: 2.96rem !important;
}

.product-part3 .p-main .list1 .item:nth-of-type(2) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: auto;
  right: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list1 .item:nth-of-type(2) .wz::after {
  bottom: 50%;
  transform: rotate(0deg) translate(0, 50%);
  right: auto;
  left: -0.3rem;
}

.product-part3 .p-main .list1 .item:nth-of-type(3) {
  left: 7.1rem !important;
  top: 7.2rem !important;
}

.product-part3 .p-main .list1 .item:nth-of-type(3) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list1 .item:nth-of-type(3) .wz::after {
  bottom: 35%;
  transform: rotate(180deg) translate(0, 50%);
  right: -0.3rem;
}

.product-part3 .p-main .list1 .item:nth-of-type(4) {
  left: 10.8rem !important;
  top: 7.2rem !important;
}

.product-part3 .p-main .list1 .item:nth-of-type(4) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: auto;
  right: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list1 .item:nth-of-type(4) .wz::after {
  bottom: 50%;
  transform: rotate(0deg) translate(0, 50%);
  right: auto;
  left: -0.3rem;
}

/*六个*/
.product-part3 .p-main .list2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product-part3 .p-main .list2 .item {
  position: absolute;
}

.product-part3 .p-main .list2 .item:nth-of-type(1) {
  left: 6.96rem !important;
  top: 2.96rem !important;
}

.product-part3 .p-main .list2 .item:nth-of-type(1) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list2 .item:nth-of-type(1) .wz::after {
  bottom: 35%;
  transform: rotate(180deg) translate(0, 50%);
  right: -0.3rem;
}

.product-part3 .p-main .list2 .item:nth-of-type(2) {
  left: 10.9rem !important;
  top: 2.96rem !important;
}

.product-part3 .p-main .list2 .item:nth-of-type(2) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: auto;
  right: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list2 .item:nth-of-type(2) .wz::after {
  bottom: 50%;
  transform: rotate(0deg) translate(0, 50%);
  right: auto;
  left: -0.3rem;
}

.product-part3 .p-main .list2 .item:nth-of-type(3) {
  left: 6rem !important;
  top: 5.2rem !important;
}

.product-part3 .p-main .list2 .item:nth-of-type(3) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list2 .item:nth-of-type(3) .wz::after {
  bottom: 35%;
  transform: rotate(180deg) translate(0, 50%);
  right: -0.3rem;
}

.product-part3 .p-main .list2 .item:nth-of-type(4) {
  left: 11.9rem !important;
  top: 5.2rem !important;
}

.product-part3 .p-main .list2 .item:nth-of-type(4) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: auto;
  right: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list2 .item:nth-of-type(4) .wz::after {
  bottom: 50%;
  transform: rotate(0deg) translate(0, 50%);
  right: auto;
  left: -0.3rem;
}

.product-part3 .p-main .list2 .item:nth-of-type(5) {
  left: 6.96rem !important;
  top: 7.5rem !important;
}

.product-part3 .p-main .list2 .item:nth-of-type(5) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list2 .item:nth-of-type(5) .wz::after {
  bottom: 35%;
  transform: rotate(180deg) translate(0, 50%);
  right: -0.3rem;
}

.product-part3 .p-main .list2 .item:nth-of-type(6) {
  left: 10.9rem !important;
  top: 7.5rem !important;
}

.product-part3 .p-main .list2 .item:nth-of-type(6) .wz {
  width: 3.17rem;
  height: 1.24rem;
  left: auto;
  right: -4.47rem;
  bottom: 50%;
  transform: translate(0, 50%);
}

.product-part3 .p-main .list2 .item:nth-of-type(6) .wz::after {
  bottom: 50%;
  transform: rotate(0deg) translate(0, 50%);
  right: auto;
  left: -0.3rem;
}

/* 适配 */
@media (max-width:1680px) {
  html {
    font-size: 87.5px;
  }

  .w1600 {
    width: 92%;
  }
}

@media (max-width:1480px) {
  html {
    font-size: 77.0833px;
  }

  .he_h1p4uile {
    left: 9%;
  }
}

@media (max-width:1440px) {
  html {
    font-size: 75px;
  }
}

@media (max-width:1366px) {
  html {
    font-size: 71.1458px;
  }
}

@media (max-width:1280px) {
  html {
    font-size: 66.6667px;
  }
}

@media (max-width:1024px) {
  .c-modal-dialog {
    width: 94%;
  }

  .c-modal-dialog .video {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
  }

  .c-modal-dialog .video-js {
    position: absolute;
  }

  .c-modal-dialog .search {
    margin: 0 auto;
  }

  .c-modal-dialog .search .input {
    height: 54px;
    line-height: 54px;
  }

  .c-modal-dialog .search .submit {
    width: 54px;
    height: 54px;
    background-size: 24px;
  }

  header {
    display: none;
  }

  .header2 {
    display: block;
  }

  .fix-right {
    display: none;
  }

  .i-banner {
    height: auto;
  }

  .i-banner .swiper-slide .img img.pc {
    display: none;
  }

  .i-banner .swiper-slide .img img.mm {
    display: block;
  }

  .i-banner .swiper-slide .img video {
    display: none;
  }

  .i-tit h3 {
    font-size: 0.22rem;
    line-height: 1.6
  }

  .i-tit p {
    font-size: 0.13rem;
    line-height: 2;
    margin-top: 0.1rem;
  }

  .p120 {
    padding: 0.4rem 0;
  }

  .i-part1 {
    padding: 0.4rem 4%;
  }

  .i-part1 .map {
    width: 100%;
    margin: 0.2rem auto;
  }

  .i-part1 .map .dian {
    display: none;
  }

  .i-part1 ul {
    width: 100%;
    flex-wrap: wrap;
  }

  .i-part1 ul li {
    width: 25%;
  }

  .i-part1 ul li .num,
  .i-part1 ul li .top span {
    font-size: 0.16rem;
    margin-left: 0;
  }

  .i-part1 ul li p {
    font-size: 0.12rem;
  }

  .i-part1 ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .i-part2 .i-part2-lb {
    margin-top: 0.2rem;
    padding: 0;
  }

  .i-part2 .i-part2-lb .lb {
    padding: 0.3rem 4%;
  }

  .i-part2 .i-part2-lb .lb .left {
    padding: 0;
    width: 50%;
  }

  .i-part2 .i-part2-lb .lb .left .swiper-slide .ico {
    width: 0.3rem;
  }

  .i-part2 .i-part2-lb .lb .left .swiper-slide .tit h3 {
    font-size: 0.16rem;
  }

  .i-part2 .i-part2-lb .lb .left .swiper-slide .tit p {
    font-size: 0.16rem;
    display: none;
  }

  .i-part2 .i-part2-lb .lb .left .swiper-slide .more1 {
    display: none;
  }

  .i-part2 .i-part2-lb .lb .right {
    width: 50%;
  }

  /*.i-part2 .i-part2-lb .prev,.i-part2 .i-part2-lb .next{display:none;}*/
  .i-part2 .i-part2-lb .lb .left .swiper-slide .ms h4 {
    font-size: 0.14rem
  }

  .i-part2 .i-part2-lb .lb .left .swiper-slide .ms {
    font-size: 0.12rem;
    display: none;
  }

  .i-part2 .i-part2-lb .lb .left::before {
    display: none;
  }

  .i-part2 .i-part2-lb .prev {
    width: 0.36rem;
    height: 0.36rem;
    z-index: 10;
    transform: translateY(0);
    top: 60%;
    left: 0.2rem;
  }

  .i-part2 .i-part2-lb .prev::before {
    width: 0.1rem;
    height: 0.08rem;
  }

  .i-part2 .i-part2-lb .next {
    width: 0.36rem;
    height: 0.36rem;
    z-index: 10;
    transform: translateY(0);
    top: 60%;
    right: auto;
    left: 0.6rem;
  }

  .i-part2 .i-part2-lb .next::before {
    width: 0.1rem;
    height: 0.08rem;
  }

  .i-part3 .list .item {
    left: 0 !important;
    top: 0 !important;
  }

  .i-part3 .list .item .ico::before,
  .i-part3 .list .item .ico::after,
  .i-part4 .list .item .ico::after,
  .i-part4 .list .item .ico::before {
    width: 0.2rem;
    height: 0.2rem;
  }

  .i-part3 .list .item .ico {
    width: 0.2rem;
    height: 0.2rem;
  }

  .i-part3 .list .item.active .ico::before,
  .i-part4 .list .item.active .ico::after {
    display: none;
  }

  .i-part3 .list .item .ico img {
    width: 0.12rem;
    height: 0.12rem;
  }

  .i-part3 .list .item .hid::before {
    width: 0.2rem;
    height: 0.2rem;
    left: -0.06rem;
    bottom: -0.02rem;
    display: none;
  }

  .i-part3 .list .item .hid {
    width: 0.85rem;
    height: 0.37rem;
    border-radius: 0.1rem;
    left: 50% !important;
    top: -0.2rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .i-part3 .list .item.active .hid {
    transform: scale(1) translate(-50%, -50%) !important;
  }

  .i-part3 .list .item .hid .more1 {
    display: none;
  }

  .i-part3 .list .item .hid .tit {
    margin-bottom: 0;
  }

  .i-part3 .list .item .hid .tit h3 {
    font-size: 0.12rem;
    margin-bottom: 0;
  }

  .i-part3 .list .item .hid .tit p {
    display: none;
  }

  .i-part3 .list .item .hid .pic {
    display: none;
  }

  .i-part3 .list .item:nth-of-type(1) {
    left: 1.2rem !important;
    top: 0.44rem !important;
  }

  .i-part3 .list .item:nth-of-type(2) {
    left: 2.6rem !important;
    top: 1.2rem !important;
  }

  .i-part3 .list .item:nth-of-type(3) {
    left: 2.2rem !important;
    top: 0.26rem !important;
  }

  .i-part3 .list .item:nth-of-type(4) {
    left: 3.2rem !important;
    top: 0.3rem !important;
  }

  .i-part5 {
    padding-bottom: 0.4rem;
  }

  .i-part5 .w1600 {
    margin: 0.2rem auto;
  }

  .i-part5 .w1600 .left {
    width: 50%;
  }

  .i-part5 .w1600 .right {
    width: 50%;
    padding: 0.2rem;
  }

  .i-part5 .w1600 .right .tit {
    margin-bottom: 0;
  }

  .i-part5 .w1600 .right .tit h3 {
    font-size: 0.13rem;
    margin-bottom: 0
  }

  .i-part5 .w1600 .right .tit p {
    font-size: 0.14rem;
    line-height: 1.6;
    display: none;
  }

  .i-part5 .w1600 .right ul,
  .i-part5 .w1600 .right .more1 {
    display: none;
  }

  .i-part5 .w1600 .right ul li p {
    font-size: 0.12rem;
  }

  .i-part6 .i-tit {
    margin-bottom: 0.2rem;
  }

  .i-part6 .swiper-slide .word .time {
    font-size: 0.12rem;
    display: none;
  }

  .i-part6 .swiper-slide .word .tit {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }

  .i-part6 .swiper-slide .word .ms {
    font-size: 0.14rem;
    display: none;
  }

  .i-part6 .swiper-slide .img {
    margin-bottom: 0.17rem;
  }

  .i-part6 .lb:before,
  .i-part6 .lb:after {
    height: 1rem;
  }

  .i-part6 .lb:before {
    top: 0.7rem;
  }

  .i-part6 .lb:after {
    bottom: 1.1rem;
  }

  /*.i-part7{display:none;}*/
  .i-part7 {
    background-image: url(../img/i-part7-bgm.png);
    height: 3rem;
  }

  .i-part7::before {
    height: 3rem;
  }

  .i-part7 .i-tit {
    top: 0.2rem;
  }

  .i-part7 .boxs {
    display: none;
  }

  .i-part6 {
    padding: 0 4% 0.4rem;
  }

  .i-part6 a.prev {
    width: 0.2rem;
    height: 0.2rem;
    z-index: 10;
    left: 0.9rem;
    bottom: 0.1rem;
  }

  .i-part6 a.prev::before {
    width: 0.1rem;
    height: 0.08rem;
  }

  .i-part6 a.next {
    width: 0.2rem;
    height: 0.2rem;
    z-index: 10;
    left: 2.3rem;
    bottom: 0.1rem;
  }

  .i-part6 a.next::before {
    width: 0.1rem;
    height: 0.08rem;
  }

  footer .f-message {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0.3rem 0.2rem;
  }

  footer .f-message .tit {
    margin-bottom: 0.3rem;
  }

  footer .f-message .tit p {
    font-size: 0.13rem;
    margin-bottom: 0.15rem;
  }

  footer .f-message .tit h4 {
    font-size: 0.18rem;
  }

  footer .f-message form {
    display: block;
  }

  footer .f-message form input {
    width: 80%;
    padding: 0 0.2rem;
    height: 0.4rem;
    margin-bottom: 0.1rem;
  }

  footer .f-message form button {
    width: 1.27rem;
    height: 0.3rem;
    font-size: 0.12rem;
  }

  footer {
    padding-top: 0;
  }

  footer .f-main {
    padding-top: 0.4rem;
  }

  footer .f-main .f-logo {
    width: 1.2rem;
    margin-bottom: 0.24rem;
  }

  footer .f-bottom {
    padding: 0.2rem 4%;
    display: block;
    text-align: center;
    line-height: 1.4
  }

  footer .f-main .f-contact {
    display: block;
    padding-bottom: 0.2rem;
  }

  footer .f-main .f-contact .right {
    margin-top: 0.2rem;
  }

  footer .f-main .f-contact .right ul li {
    margin: 0 0.1rem;
  }

  footer .f-main .f-contact .left p {
    line-height: 1.4;
    margin-bottom: 0.1rem;
  }

  .ny-banner {
    margin-top: 55px;
  }

  .ny-banner .wz h3 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }

  .ny-banner .wz p {
    font-size: 0.14rem;
  }

  .ny-banner .wz {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .product-part1 .list {
    display: none;
  }

  .p-tit h3 {
    font-size: 0.24rem;
  }

  .p-tit p {
    margin-top: 0.1rem;
    font-size: 0.12rem;
  }

  .product-part2 .p-tit {
    margin-bottom: 0.2rem;
  }

  .product-part2 .tab {
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }

  .product-part2 .tab a {
    width: 48%;
    margin-right: 4%;
    padding: 0.1rem;
    margin-bottom: 0.2rem;
  }

  .product-part2 .tab a .ico {
    width: 0.2rem;
  }

  .product-part2 .tab a p {
    font-size: 0.12rem;
  }

  .product-part2 .tab a:nth-of-type(2n) {
    margin-right: 0;
  }

  .product-part2 .list .list-a.active {
    display: flex;
  }

  .product-part2 .list .list-a .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.2rem;
  }

  .product-part2 .list .list-a .item:nth-of-type(3n) {
    margin-right: 4%
  }

  .product-part2 .list .list-a .item:nth-of-type(2n) {
    margin-right: 0
  }

  .product-part2 .list .list-a .item .wz {
    left: 0.2rem;
    bottom: 0.2rem;
  }

  .product-part2 .list .list-a .item .wz p {
    font-size: 0.12rem;
  }

  .product-part3 {
    padding-top: 0.2rem;
  }

  .product-part3 .p-tit {
    margin-bottom: 0.2rem;
  }

  .product-part3 .p-main .list {
    position: relative;
    padding: 0.2rem 4%;
    display: flex;
    flex-wrap: wrap;
  }

  .product-part3 .p-main .list .item {
    width: calc(100% / 3);
    position: relative;
    left: 0 !important;
    top: 0 !important;
    display: block;
    margin-bottom: 0.1rem;
  }

  .product-part3 .p-main .list .item:nth-of-type(1) {
    left: 0 !important;
    top: 0 !important;
  }

  .product-part3 .p-main .list .item:nth-of-type(2) {
    left: 0 !important;
    top: 0 !important;
  }

  .product-part3 .p-main .list .item:nth-of-type(3) {
    left: 0 !important;
    top: 0 !important;
  }

  .product-part3 .p-main .list .item:nth-of-type(4) {
    left: 0 !important;
    top: 0 !important;
  }

  .product-part3 .p-main .list .item:nth-of-type(5) {
    left: 0 !important;
    top: 0 !important;
  }

  .product-part3 .p-main .list .item .ico {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.1rem;
  }

  .product-part3 .p-main .list .item .wz {
    width: 100% !important;
    height: auto !important;
    font-size: 0.12rem;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: translateX(0) !important;
    box-shadow: none;
  }

  .product-part3 .p-main .list .item .wz::after {
    display: none;
  }

  .product-part3 .p-main .list .item .wz p {
    padding: 0;
  }

  .o-foot1 {
    display: none;
    margin-bottom: 0.2rem;
  }

  .o-foot1 .item {
    width: 100%;
    margin-bottom: 0.2rem;
    height: 2.27rem;
  }

  .fengniao-part1 .item {
    padding: 0.4rem 0;
  }

  .fengniao-part1 .item .ms,
  .fengniao-part2 .ms {
    margin: 0.2rem auto;
    width: 92%;
    font-size: 0.14rem
  }

  .fengniao-part1 .item .pic {
    width: 100%;
    margin: 0 auto 0.4rem;
    padding-top: 0.4rem;
  }

  .fengniao-part1 .list {
    margin-top: 0.4rem;
    ;
    flex-wrap: wrap;
  }

  .fengniao-part1 .list .item1 {
    width: 48% !important;
    margin-bottom: 0.2rem;
    margin-right: 4%;
  }

  .fengniao-part1 .list .item1:nth-of-type(2n) {
    margin-right: 0;
  }

  .fengniao-part1 .list .item1 .img {
    height: auto !important
  }

  .fengniao-part1 .list .item1 .img img {
    height: auto !important
  }

  .fengniao-part1 .list .item1.active .img img {
    height: auto;
  }

  .fengniao-part1 .list .item1 .wz {
    margin-top: 0.2rem;
  }

  .fengniao-part2 {
    padding-bottom: 0.4rem;
  }

  .fengniao-part1 .list .item1 .wz h3 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }

  .fengniao-part1 .list .item1 .wz p {
    font-size: 0.14rem;
  }

  .solution-part1 .i-tit {
    margin-bottom: 0.4rem;
  }

  .solution-part1 .list {
    display: block;
    padding-bottom: 0;
  }

  .solution-part1 .list .item {
    width: 100%;
  }

  .o-foot {
    padding: 0.4rem 0;
  }

  .o-foot .item {
    margin: 0 0.1rem 0.2rem 0.1rem;
  }

  .o-foot .item .ico {
    width: 0.36rem;
  }

  .o-foot .item h3 {
    font-size: 0.16rem;
  }

  .service-part2 .part1 {
    display: block;
    margin-bottom: 0.4rem;
  }

  .service-part2 .part1 .wz {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .service-part2 .part1 .wz .ico img {
    width: 0.3rem;
  }

  .service-part2 .part1 .wz .ico {
    margin-bottom: 0.2rem;
  }

  .service-part2 .part1 .wz .tit {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .service-part2 .part1 .wz .ms {
    font-size: 0.14rem;
  }

  .service-part2 .part1 .wz .tel img {
    width: 0.2rem;
  }

  .service-part2 .part1 .wz .tel {
    font-size: 0.16rem;
  }

  .service-part2 .part1 .pic::before,
  .service-part2 .part2 .pic::before {
    display: none;
  }

  .service-part2 .part1 .pic {
    width: 100%;
    padding-right: 0;
  }

  .service-part2 .part2 {
    height: auto;
    display: block;
    padding-bottom: 2.2rem;
  }

  .service-part2 .part2 .pic {
    width: 100%;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .service-part2 .part2 .wz {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }

  .service-part2 .part2 .wz .ico img {
    width: 0.36rem;
  }

  .service-part2 .part2 .wz .ico {
    margin-bottom: 0.2rem;
  }

  .service-part2 .part2 .wz .tit {
    font-size: 0.24rem;
    margin-bottom: 1rem;
  }

  .service-part2 .part2 .wz .swiper-pagination {
    top: 1.1rem;
  }

  .service-part2 .part2 .wz .ms {
    font-size: 0.14rem;
  }

  .service-part2 .part2 .wz .btn {
    display: none;
  }

  .service-part3 {
    padding: 0.4rem 0;
  }

  .service-part3 .ms {
    width: 100%;
    margin: 0.2rem auto;
    font-size: 0.14rem;
  }

  .service-part3 .list {
    display: block;
  }

  .service-part3 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
  }

  .news-part1 {
    padding-bottom: 0.4rem;
  }

  .news-part1 .left {
    float: none;
    width: 100%;
    padding: 0;
  }

  .news-part1 .left .tab {
    margin-bottom: 0.2rem;
  }

  .news-part1 .left .tab a {
    font-size: 0.14rem;
    width: auto;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0;
    padding: 0 0.2rem;
  }

  .news-part1 .left .tab a.active {
    background-image: none !important;
    background-color: #0068B7;
  }

  .news-part1 .left .list {
    padding: 0 4%;
  }

  .news-part1 .left .list .item {
    padding: 0.2rem 0;
    display: block;
  }

  .news-part1 .left .list .item .img {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .news-part1 .left .list .item .wz {
    width: 100%;
    padding-left: 0;
  }

  .news-part1 .right {
    display: none;
  }

  .news-part1 .left .nex {
    float: none;
  }

  .news-details {
    padding: 1rem 4% 0.4rem 4%;
  }

  .news-details .p-tit {
    margin-bottom: 0.2rem;
  }

  .news-details .p-tit h3 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }

  .news-details .p-tit p {
    font-size: 0.12rem;
  }

  .news-details .breadcrumb {
    padding-top: 0;
  }

  .news-details-part1 {
    padding: 0.2rem;
    clip-path: none;
  }

  .news-details-part1 .tit {
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
  }

  .news-details-part1 .o-fx {
    display: block;
  }

  .news-details-part1 .details {
    padding: 0.2rem;
  }

  .news-details-part1 .details img {
    height: auto !important;
  }

  .news-details-part1 .nex {
    display: block;
  }

  .a-nav {
    padding: 0.2rem 0;
  }

  .a-nav a {
    font-size: 0.12rem;
  }

  .a-nav a::after {
    height: 0.2rem;
    top: 50%;
    transform: translateY(-50%)
  }

  .about-part1 .w1600 {
    padding: 0.4rem 0;
    display: block;
  }

  .about-part1 .w1600 .pic {
    width: 100%;
    font-size: 0.2rem;
  }

  .about-part1 .w1600 .pic span:nth-of-type(1) {
    margin-left: 0;
    margin-bottom: 0.1rem;
  }

  .about-part1 .w1600 .pic span:nth-of-type(2) {
    margin-left: 0;
  }

  .about-part1 .w1600 .wz {
    width: 100%;
    font-size: 0.14rem;
    padding-right: 0.3rem;
  }

  .about-part2 {
    display: block;
    margin-bottom: 0.4rem;
    position: relative;
    padding-bottom: 3.2rem;
    margin-top: 0.3rem;
  }

  .about-part2 .left {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .about-part2 .right {
    width: 100%;
    margin-left: 0;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
  }

  .about-part2 .right .ms h3 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }

  .about-part2 .right .ms p {
    font-size: 0.12rem;
    margin-top: 0.1rem;
  }

  .about-part2 .right .ms {
    width: 60%;
  }

  .about-part2 .right ul {
    width: 38%;
    margin-top: 0;
  }

  .about-part2 .right ul li .num {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }

  .about-part2 .right ul li .top {
    padding-top: 0.2rem;
  }

  .about-part2 .right ul li .top span {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
    margin-left: 0;
  }

  .about-part2 .right ul li p {
    font-size: 0.12rem;
  }

  .about-part3 {
    padding: 0;
    background-image: none;
    height: auto;
  }

  .about-part3 .mm {
    display: block;
  }

  .about-part3 .left {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 0.2rem;
    display: none;
  }

  .about-part3 .right {
    padding-left: 0;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    display: none;
  }

  .about-part3 .right .wz {
    padding-left: 0;
  }

  .about-part3 .right .ico img {
    display: none;
  }

  .about-part3 .right .tit {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }

  .about-part3 .right .ms {
    font-size: 0.12rem;
  }

  .about-part3 .right .more {
    display: none;
  }

  .about-part4 {
    padding: 0.4rem 4%;
  }

  .about-part4 .word {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .about-part4 .word h3 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }

  .about-part4 .word p {
    font-size: 0.12rem;
  }

  .about-part5 {
    padding: 0.4rem 0;
    background-image: url(../img/about-part5-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .he_h1p4 {
    padding-top: 36px;
    padding-bottom: 35px;
  }

  /* .he_h1p4ui {
		margin-top: 22px;
	} */
  .he_h1p4ui {
    margin-top: 5px;
  }

  .he_phtim {
    margin-top: 20px;
  }

  .he_ifzs {
    display: none;
  }

  .he_h1p4uile {
    display: none;
  }

  .he_h1p4bx {
    width: 100%;
    position: static;
    transform: inherit;
  }

  .he_h1p4dale p::before {
    width: 20px;
  }

  .he_h1p4dale {
    width: 85px;
  }

  .he_h1p4dari {
    width: calc(100% - 85px);
  }

  .he_h1p4bt {
    display: none;
  }

  .he_h1p4 {

    padding-top: 40px;
    padding-bottom: 0px;
  }

  .he_h1p4 .he_h1p4ti h3 {
    text-align: center;
    padding-left: 0%;
  }

  .he_h1p4ui {
    margin-top: 6px;
  }

  .he_h1p4uiri {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .he_h1p4uiul {
    height: inherit;
  }

  .he_h1p4uili {
    margin-bottom: 10px;
  }

  .he_phtim {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .he_phtimli {
    padding: 0 10px;
    cursor: pointer;
  }

  .he_phtimli p {
    color: #fff;
    font-size: 14px;
  }

  .he_phtimul {
    display: inline-block;
    text-align: left;
  }

  .he_phtim {
    text-align: center;
  }

  .he_phtimli.act p {
    color: #183879;
    border-bottom: 1px solid #183879;
  }

  .he_phtimli {
    display: inline-block;
    margin-bottom: 15px;
  }

  .he_phtim {
    display: none;
  }

  .he_h1p4dale {
    width: 148px;
  }

  .he_h1p4dari {
    width: calc(100% - 148px);
  }

  .he_h1p4dale {
    background-image: none;
    width: auto;
  }

  .he_h1p4dale p {
    font-size: 14px;
    padding-left: 0;
  }

  .he_h1p4dari p {
    font-size: 14px;
  }

  .about-part5 .i-tit {
    top: 0.2rem;
  }

  .about-part6 {
    padding: 0.4rem 0 0;
    display: block;
  }

  .about-part6 .left {
    width: 100%;
    padding: 0 4%;
  }

  .about-part6 .left .num {
    margin-bottom: 0.2rem;
  }

  .about-part6 .left .num .timer {
    font-size: 0.24rem;
  }

  .about-part6 .left .oc {
    font-size: 0.2rem;
    padding-bottom: 0.1rem;
  }

  .about-part6 .left .num p {
    font-size: 0.14rem;
  }

  .about-part6 .left h3 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }

  .about-part6 .left .ms,
  .about-part6 .left .ms p {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }

  .about-part6 .left .qh {
    display: none;
  }

  .about-part6 .right {
    width: 100%;
    padding: 0.4rem 4%;
  }

  /*.about-part6 .right .swiper-container{padding-bottom:0;}*/
  /*.about-part6 .right .swiper-slide:nth-of-type(2n){transform: translateY(0);}*/
  .about1-part1 .ms {
    width: 92%;
  }

  .about1-part1 .swiper-slide i {
    width: 0.3rem;
    height: 0.3rem;
  }

  .about2-part1 {
    display: block;
    padding-left: 0;
    padding-bottom: 0.2rem;
  }

  .about2-part1 .img {
    width: 100%;
  }

  .about2-part1 .right {
    width: 100%;
    padding: 0.2rem 4%;
  }

  .about2-part1 .right dl {
    margin-bottom: 0.2rem;
    display: none;
  }

  .about2-part1 .right ul {
    margin-top: 0.2rem;
    justify-content: center;
  }

  .about2-part1 .right ul li .ico {
    width: 0.36rem;
  }

  .about3-part1 {
    padding: 0.4rem 4%;
    display: block;
  }

  .about3-part1 .left {
    width: 100%;
  }

  .about3-part1 .left .item {
    margin-bottom: 0.2rem;
  }

  .about3-part1 .left .item .tit {
    font-size: 0.18rem;
  }

  .about3-part1 .right {
    display: none;
  }

  .about1-part1 .btn a {
    width: 0.4rem;
    height: 0.4rem;
  }

  .about1-part1 {
    padding: 0.4rem 0 0;
  }

  .about1-part1 .ms {
    margin: 0.1rem auto;
    font-size: 0.12rem;
  }

  .about1-part1 .btn a::before {
    width: 0.1rem;
    height: 0.08rem;
  }

  .product-part3 .p-main img.bg {
    display: none;
  }

  .i-banner .swiper-slide .wz {
    left: 0.2rem;
  }

  .i-banner .swiper-slide .wz h3 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }

  .i-banner .swiper-slide .wz h4 {
    font-size: 0.15rem;
  }

  .i-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.04rem;
    border-radius: 0.2rem;
    margin: 0 0.05rem;
  }

  .i-part1 .map .bgm {
    display: block;
  }

  .i-part1 .map .bg {
    display: none;
  }

  .i-part4 .list .item {
    left: 0 !important;
    top: 0 !important;
  }

  .i-part4 .list .item .ico {
    width: 0.2rem;
    height: 0.2rem;
  }

  .i-part4 .list .item.active .ico::before,
  .i-part4 .list .item.active .ico::after {
    display: none;
  }

  .i-part4 .list .item .ico img {
    width: 0.12rem;
    height: 0.12rem;
  }

  .i-part4 .list .item .hid::before {
    width: 0.2rem;
    height: 0.2rem;
    left: -0.06rem;
    bottom: -0.02rem;
  }

  .i-part4 .list .item .hid {
    width: 0.85rem;
    height: 0.37rem;
    border-radius: 0.1rem;
    left: 0.2rem;
    top: -0.2rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .i-part4 .list .item .hid .more1 {
    display: none;
  }

  .i-part4 .list .item .hid .tit {
    margin-bottom: 0;
  }

  .i-part4 .list .item .hid .tit h3 {
    font-size: 0.12rem;
    margin-bottom: 0;
  }

  .i-part4 .list .item .hid .tit p {
    display: none;
  }

  .i-part4 .list .item:nth-of-type(3) {
    left: 2.6rem !important;
    top: 1rem !important;
  }

  .i-part4 .list .item:nth-of-type(1) {
    left: 1rem !important;
    top: 0.24rem !important;
  }

  .i-part4 .list .item:nth-of-type(2) {
    left: 2.6rem !important;
    top: 0.6rem !important;
  }

  .breadcrumb {
    padding-top: 0.2rem;
  }

  .solution-details-part1 ul {
    margin-top: 0.2rem;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .solution-details-part1 ul li {
    width: 50%;
    height: 2rem;
  }

  .solution-details-part1 .i-tit h3 {
    font-size: 0.3rem;
  }

  .about1-part1 .btn {
    display: none;
  }

  .about2-part1 .img img.pc {
    display: none;
  }

  .about2-part1 .img img.mm {
    display: block;
  }

  .news-part1 .left .list .item .wz .tit {
    font-size: 0.18rem;
  }

  .news-part1 .left .list .item .wz .time {
    font-size: 0.12rem;
  }

  .news-part1 .left .list .item .wz .ms {
    font-size: 0.12rem;
  }

  .news-part1 .left .nex a {
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.16rem;
  }

  .news-part1 .left .nex a::before {
    width: 0.1rem;
    height: 0.08rem;
  }

  .about-part4 .swiper-slide {
    padding: 0.1rem;
    transform: translateY(0);
    border-radius: 0.1rem;
  }

  .about-part4 .swiper-slide .img {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  .about-part4 .swiper-slide .ms h3 {
    font-size: 0.12rem;
    margin-bottom: 0;
  }

  .about-part4 .swiper-slide .ms h4 {
    display: none;
  }

  .about-part4 .swiper-slide .ms p {
    display: none;
  }

  .about-part4 .swiper-slide .morec {
    display: none;
  }

  .about-part4 .swiper-container {
    padding-bottom: 0;
  }
}

@media (max-width:960px) {}

@media (max-width:768px) {}

@media (max-width:414px) {}

@media (max-width:375px) {}

@media (max-width:320px) {}